mrdocs::nullable_traits<T>::null
Synopsis
Declared in <mrdocs/ADT/Nullable.hpp>
constexpr
static
T
null() noexcept(/* see-below */);
Exception specification
This function is potentially-throwing unless std::is_nothrow_default_constructible_v<T>.
Created with MrDocs