Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template is_unit

boost::units::is_unit — Check that a type is a unit.

Synopsis

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

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

PrevUpHomeNext