Template Function sdv::operator==(std::nullptr_t, const pointer<T, nFixedSizeRight>&)#
Defined in File pointer.h
Function Documentation#
-
template<class T, size_t nFixedSizeRight>
bool sdv::operator==(std::nullptr_t pNull, const pointer<T, nFixedSizeRight> &rptrRight) noexcept# Compare whether the right pointer is equal too NULL.
- 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 the right pointer equals NULL; ‘false’ when not.