Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for an old version of boost. Click here for the latest Boost documentation.
PrevUpHomeNext

Struct template is_quantity_of_dimension<quantity< Unit, Y >, Dim>

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<quantity< Unit, Y >, Dim> :
  public boost::units::is_unit_of_dimension< Unit, Dim >
{
};

PrevUpHomeNext