Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template is_quantity_of_system

boost::units::is_quantity_of_system — check that a type is a quantity in a specified system

Synopsis

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

PrevUpHomeNext