Metafunction returning a homogeneous system that can represent any combination of the base units. More...
#include <boost/units/config.hpp>
#include <boost/units/dimensionless_type.hpp>
#include <boost/units/homogeneous_system.hpp>
#include <boost/units/detail/dimension_list.hpp>
#include <boost/units/detail/sort.hpp>
Namespaces | |
boost | |
Duration formatting facet for input. | |
boost::units | |
Metafunction returning a homogeneous system that can represent any combination of the base units.
Metafunction make_system returning a homogeneous system that can represent any combination of the base units. There must be no way to represent any of the base units in terms of the others. make_system<foot_base_unit, meter_base_unit>::type is not allowed, for example.