Function sdv::operator<=(std::nullptr_t, const interface_t&)#
Defined in File interface.h
Function Documentation#
-
bool sdv::operator<=(std::nullptr_t, const interface_t &rifcRight) noexcept#
Compare whether a NULL-pointer is smaller than or equal to the right interface.
- Parameters:
rifcRight – [in] Reference to the right interface.
- Returns:
Returns whether the NULL-pointer is smaller or equal.