Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template is_unit_of_system

boost::units::is_unit_of_system — check that a type is a unit in a specified system

Synopsis

// In header: <boost/units/is_unit_of_system.hpp>

template<typename T, typename System> 
struct is_unit_of_system {
};

PrevUpHomeNext