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