mn_void.hpp
Go to the documentation of this file.
A dummy class with value-type semantics, mostly useful as a template argument.
Definition: mn_void.hpp:30
bool operator==(const basic_void_type &v) const noexcept
Will return always true due to Voids having no members.
Definition: mn_void.cpp:31
basic_void_type & operator=(const basic_void_type &v) noexcept
Assigns another void.
Definition: mn_void.cpp:26
bool operator!=(const basic_void_type &v) const noexcept
Will return always false due to Voids having no members.
Definition: mn_void.cpp:37
basic_void_type()
Construct the void type.
Definition: mn_void.cpp:22
~basic_void_type()
Deconstrut the void type.
Definition: mn_void.cpp:24
struct mn::memory::detail::ptr_difference type
Definition: mn_allocator_typetraits.hpp:25
Definition: mn_void.hpp:62