units_charge(3)
| units::charge(3) | Unit Conversion and Dimensional Analysis Library | units::charge(3) |
NAME
units::charge - namespace for unit types and containers representing charge values
SYNOPSIS
Typedefs
Units (full names plural)
typedef unit< std::ratio< 1 >,
units::category::charge_unit > coulombs
Units (full names singular)
typedef coulombs coulomb
Units (abbreviated)
typedef coulombs C
Unit Containers
typedef unit_t< coulomb > coulomb_t
typedef unit_t< ampere_hour > ampere_hour_t
Functions
std::ostream & operator<< (std::ostream &os,
const coulomb_t &obj)
std::string to_string (const coulomb_t &obj)
std::ostream & operator<< (std::ostream &os, const
ampere_hour_t &obj)
std::string to_string (const ampere_hour_t &obj)
Detailed Description
namespace for unit types and containers representing charge values
The SI unit for charge is coulombs, and the corresponding base_unit category is charge_unit.
See also
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 |
