mrdocs::nullable_traits<T>::make_null
Overwrite v with the sentinel null value.
Synopsis
Declared in <mrdocs/ADT/Nullable.hpp>
constexpr
static
void
make_null(T& v) noexcept(noexcept(v.clear()));
Parameters
Name |
Description |
v |
Value to clear. |
Created with MrDocs