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