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 larger than or equal to the right interface.
- Parameters:
rifcRight – [in] Reference to the right interface.
- Returns:
Returns whether the NULL-pointer larger or equal.