Function sdv::operator!=(const interface_t&, std::nullptr_t)#

Function Documentation#

bool sdv::operator!=(const interface_t &rifcLeft, std::nullptr_t) noexcept#

Compare the interfaces for in-equality to NULL-pointer.

Parameters:

rifcLeft[in] Reference to the left interface.

Returns:

Returns whether the interface is not a NULL-pointer.