units_impedance(3)
| units::impedance(3) | Unit Conversion and Dimensional Analysis Library | units::impedance(3) |
NAME
units::impedance - namespace for unit types and containers representing impedance values
SYNOPSIS
Typedefs
Units (full names plural)
typedef unit< std::ratio< 1 >,
units::category::impedance_unit > ohms
Units (full names singular)
typedef ohms ohm
Units (abbreviated)
typedef ohms Ohm
Unit Containers
typedef unit_t< ohm > ohm_t
Functions
std::ostream & operator<< (std::ostream &os,
const ohm_t &obj)
std::string to_string (const ohm_t &obj)
Detailed Description
namespace for unit types and containers representing impedance values
The SI unit for impedance is ohms, and the corresponding base_unit category is impedance_unit.
See also
Author
Generated automatically by Doxygen for Unit Conversion and Dimensional Analysis Library from the source code.
| Wed Mar 29 2023 | Version 2.3.0 |
