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 inequality of an ObjectPtr type and nullptr.
- Parameters:
rhs – [in] An ObjectPtr type to compare.
- Returns:
true
if rhs
is not nullptr; false
otherwise.