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

Struct template is_dimensionless<unit< dimensionless_type, System >>
PrevUpHomeNext

Struct template is_dimensionless>

boost::units::is_dimensionless> — check if a unit is dimensionless

Synopsis

template<typename System> 
struct is_dimensionless> {
};

PrevUpHomeNext