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

Function Documentation#

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

Compare the interface for equality to NULL-pointer.

Parameters:

rifcRight[in] Reference to the right interface.

Returns:

Returns whether the interface is a NULL-pointer.