Unit Conversion and Dimensional Analysis Library  2.3.0
A compile-time c++14 unit conversion library
Functions
units::charge Namespace Reference

namespace for unit types and containers representing charge values More...

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
See unit_t for more information on unit type containers.