mrdocs::nullable_traits<T>::is_null
Synopsis
Declared in <mrdocs/ADT/Nullable.hpp>
constexpr
static
bool
is_null(T const& v) noexcept(noexcept(v.empty()));
Created with MrDocs
Declared in <mrdocs/ADT/Nullable.hpp>
constexpr
static
bool
is_null(T const& v) noexcept(noexcept(v.empty()));
Created with MrDocs