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()));

Description

Clear v to its null (empty) state.

Parameters

Name

Description

v

Value to clear.

Created with MrDocs