mrdocs::null_of
null_of helper that constructs a null T using nullable_traits<T>.
Synopsis
Declared in <mrdocs/ADT/Nullable.hpp>
template<has_nullable_traits_v T>
T
null_of() noexcept(noexcept(nullable_traits<T>::null()));
Return Value
A null T value.
Created with MrDocs