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

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

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

PrevUpHomeNext