Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template is_quantity_of_system<, , >

boost::units::is_quantity_of_system<quantity< Unit, Y >, System>

Synopsis

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

template<typename Unit, typename Y, typename System> 
struct is_quantity_of_system<, , > : public  {
};

PrevUpHomeNext