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

Function Documentation#

template<class T, size_t nFixedSizeRight>
bool sdv::operator>(std::nullptr_t pNull, const pointer<T, nFixedSizeRight> &rptrRight) noexcept#

Compare whether the NULL is larger than the left pointer.

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

  • nFixedSizeRight – The fixed size of the right pointer.

Parameters:
  • rptrRight[in] Reference to the right pointer.

  • pNull[in] Pointer to a nullptr.

Returns:

Returns ‘true’ if NULL is larger than the left pointer; ‘false’ when not.