|
KUMI v5.0.0
Gorgeous Garnet
|
Concept specifying a type represents a Unit Type. More...
#include <kumi/utils/concepts.hpp>
Concept specifying a type represents 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.