Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template static_power

boost::units::static_power — Raise a dimension list to a scalar power.

Synopsis

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

template<typename DL, typename Ex> 
struct static_power {
};

PrevUpHomeNext