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