![]() |
Home | Libraries | People | FAQ | More |
namespace boost { namespace units { namespace fahrenheit { typedef make_system< boost::units::temperature::fahrenheit_base_unit >::type system; typedef unit< temperature_dimension, system > temperature; static const temperature degree; static const temperature degrees; } } }