operator==
Fully qualified name: carb::operator==
Defined in carb/IObject.h
-
template<class T>
bool carb::operator==(
- std::nullptr_t,
- const ObjectPtr<T> &rhs,
) noexcept
Checks equality of an ObjectPtr type and nullptr.
- Parameters:
rhs – [in] An ObjectPtr type to compare.
- Returns:
true
if rhs
is nullptr; false
otherwise.