operator==
Fully qualified name: carb::extras::operator==
Defined in carb/extras/HandleDatabase.h
-
template<class Mapped, class Handle, class Allocator, size_t IndexBits, size_t LifecycleBits>
inline bool carb::extras::operator==(
- std::nullptr_t,
- const HandleRef<Mapped, Handle, Allocator, IndexBits, LifecycleBits> &ref,
)
Tests equality between HandleRef and nullptr
.
- Parameters:
ref – The HandleRef to test.
- Returns:
true
if ref
is empty; false
otherwise.