units_current(3)

units::current(3) Unit Conversion and Dimensional Analysis Library units::current(3)

NAME

units::current - namespace for unit types and containers representing current values

SYNOPSIS

Typedefs

Units (full names plural)



typedef unit< std::ratio< 1 >, units::category::current_unit > amperes


Units (full names singular)



typedef amperes ampere


Units (abbreviated)



typedef amperes A


Unit Containers



typedef unit_t< ampere > ampere_t


Functions


std::ostream & operator<< (std::ostream &os, const ampere_t &obj)
std::string to_string (const ampere_t &obj)

Detailed Description

namespace for unit types and containers representing current values

The SI unit for current is amperes, and the corresponding base_unit category is current_unit.

See also

See unit_t for more information on unit type containers.

Author

Generated automatically by Doxygen for Unit Conversion and Dimensional Analysis Library from the source code.

Wed Feb 11 2026 09:38:34 Version 2.3.0