Return true if the value equals the sentinel.

Synopsis

Declared in <mrdocs/ADT/Nullable.hpp>

constexpr
static
bool
is_sentinel(std::nullptr_t) noexcept;

Return Value

Always true because the sentinel is unique.

Created with MrDocs