Concept specifying a type represent a Unit Type. More...
#include <kumi/utils/concepts.hpp>
Concept specifying a type represent a Unit Type.
A type T models kumi::concepts::unit_type if it is a kumi::concepts::product_type with a size of 0 or if std::is_null_pointer_v returns true.