|
Unit Conversion and Dimensional Analysis Library 2.3.0
A compile-time c++14 unit conversion library
|
namespace for unit types and containers representing luminous_intensity values More...
Typedefs | |
Units (full names plural) | |
| typedef unit< std::ratio< 1 >, units::category::luminous_intensity_unit > | candelas |
Units (full names singular) | |
| typedef candelas | candela |
Units (abbreviated) | |
| typedef candelas | cd |
Unit Containers | |
| typedef unit_t< candela > | candela_t |
Functions | |
| std::ostream & | operator<< (std::ostream &os, const candela_t &obj) |
| std::string | to_string (const candela_t &obj) |
namespace for unit types and containers representing luminous_intensity values
The SI unit for luminous_intensity is candelas, and the corresponding base_unit category is luminous_intensity_unit.