Support Class Library
A set of tools providing classes and utility
|
NullablePointer concept, a type is said to be a nullable pointer type if its interactions w/ nullptr are defined and can be compared using operator!=. More...
#include "NullablePointer.h"
Public Member Functions | |
constexpr | operator bool () const |
NullablePointer concept, a type is said to be a nullable pointer type if its interactions w/ nullptr are defined and can be compared using operator!=.
T | being the type to check against |
Definition at line 22 of file NullablePointer.h.
|
inline |
Definition at line 23 of file NullablePointer.h.