Lightweight type-wrapper of real value type. More...
#include <kyosu/types/traits.hpp>
Lightweight type-wrapper of real value type.
Wraps the real type associed to T
into a constexpr, trivially constructible empty class to optimize passing type parameters via object instead of via template parameters.
T | Type to wrap |