Template Function sdv::operator!=(const pointer<T, nFixedSizeLeft>&, std::nullptr_t)#

Function Documentation#

template<class T, size_t nFixedSizeLeft>
bool sdv::operator!=(const pointer<T, nFixedSizeLeft> &rptrLeft, std::nullptr_t pNull) noexcept#

Compare whether the left pointer is not equal too NULL.

Template Parameters:
  • T – Type of the pointer to use as a base.

  • nFixedSizeLeft – The fixed size of the left pointer.

Parameters:
  • rptrLeft[in] Reference to the left pointer.

  • pNull[in] Pointer to a nullptr.

Returns:

Returns ‘true’ if the left pointer does not equal to NULL; ‘false’ when not.