units_inductance(3)

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

NAME

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

SYNOPSIS

Typedefs

Units (full names plural)



typedef unit< std::ratio< 1 >, units::category::inductance_unit > henries


Units (full names singular)



typedef henries henry


Units (abbreviated)



typedef henries H


Unit Containers



typedef unit_t< henry > henry_t


Functions


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

Detailed Description

namespace for unit types and containers representing inductance values

The SI unit for inductance is henrys, and the corresponding base_unit category is inductance_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 Mar 29 2023 Version 2.3.0