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

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

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