units_capacitance(3)
| units::capacitance(3) | Unit Conversion and Dimensional Analysis Library | units::capacitance(3) |
NAME
units::capacitance - namespace for unit types and containers representing capacitance values
SYNOPSIS
Typedefs
Units (full names plural)
typedef unit< std::ratio< 1 >,
units::category::capacitance_unit > farads
Units (full names singular)
typedef farads farad
Units (abbreviated)
typedef farads F
Unit Containers
typedef unit_t< farad > farad_t
Functions
std::ostream & operator<< (std::ostream &os,
const farad_t &obj)
std::string to_string (const farad_t &obj)
Detailed Description
namespace for unit types and containers representing capacitance values
The SI unit for capacitance is farads, and the corresponding base_unit category is capacitance_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 |
