operator==#

Fully qualified name: carb::operator==

Defined in carb/IObject.h

template<class T>
bool carb::operator==(
const ObjectPtr<T> &lhs,
std::nullptr_t,
) noexcept#

Checks equality of an ObjectPtr type and nullptr.

Parameters:

lhs[in] An ObjectPtr type to compare.

Returns:

true if lhs is nullptr; false otherwise.