![]() |
Home | Libraries | People | FAQ | More |
boost::units::unit — class representing a model-dependent unit with no associated value
// In header: <boost/units/unit.hpp> template<typename Dim, typename System, typename Enable> class unit { public: // types typedef unit< Dim, System > ; typedef unit< Dim, System > ; typedef Dim ; typedef System ; // construct/copy/destruct (); (const ); BOOST_CXX14_CONSTEXPR (const ); };