46#if !defined(DISABLE_PREDEFINED_UNITS) || \
47 defined(ENABLE_PREDEFINED_MAGNETIC_FIELD_STRENGTH_UNITS)
49 magnetic_field_strength, tesla, teslas, Te,
58using namespace magnetic_field_strength;
#define UNIT_ADD_CATEGORY_TRAIT(unitCategory)
Macro to create the is_category_unit type trait.
Definition: base.h:381
typename units::detail::inverse_impl< U >::type inverse
represents the inverse unit type of class U.
Definition: base.h:1134
typename units::detail::squared_impl< U >::type squared
represents the unit type of class U squared
Definition: base.h:1165
typename units::detail::compound_impl< U, Us... >::type compound_unit
Represents a unit type made up from other units.
Definition: base.h:1434
Unit Conversion Library namespace.
Definition: current.h:31
UNIT_ADD(area, square_meter, square_meters, sq_m, unit< std::ratio< 1 >, units::category::area_unit >) UNIT_ADD(area
maxwell
Definition: magnetic_flux.h:46
gauss
Definition: magnetic_field_strength.h:52
UNIT_ADD_WITH_METRIC_PREFIXES(current, ampere, amperes, A, unit< std::ratio< 1 >, units::category::current_unit >) using namespace current
G
Definition: magnetic_field_strength.h:52
Class representing SI base unit types.
Definition: base.h:758
Type representing an arbitrary unit.
Definition: base.h:884