mrdocs::sentinel_traits<std::nullptr_t>::sentinel

Return the sentinel value for std::nullptr_t.

Synopsis

Declared in <mrdocs/ADT/Nullable.hpp>

constexpr
static
std::nullptr_t
sentinel() noexcept;

Return Value

the sentinel value for std::nullptr_t.

Created with MrDocs