Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template is_quantity_of_dimension<, , >

boost::units::is_quantity_of_dimension<quantity< Unit, Y >, Dim>

Synopsis

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

template<typename Unit, typename Y, typename Dim> 
struct is_quantity_of_dimension<, , > : public  {
};

PrevUpHomeNext