Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template is_dimensionless

boost::units::is_dimensionless

Synopsis

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

template<typename T> 
struct is_dimensionless : public false_ {
};

PrevUpHomeNext