Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template is_dim<dim< T, V >>

boost::units::is_dim<dim< T, V >>

Synopsis

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

template<typename T, typename V> 
struct is_dim<dim< T, V >> : public true_ {
};

PrevUpHomeNext