units_illuminance(3)
| units::illuminance(3) | Unit Conversion and Dimensional Analysis Library | units::illuminance(3) |
NAME
units::illuminance - namespace for unit types and containers representing illuminance values
SYNOPSIS
Typedefs
Units (full names plural)
typedef unit< std::ratio< 1 >,
units::category::illuminance_unit > luxes
Units (full names singular)
typedef luxes lux
Units (abbreviated)
typedef luxes lx
Unit Containers
typedef unit_t< lux > lux_t
typedef unit_t< footcandle > footcandle_t
typedef unit_t< lumens_per_square_inch >
lumens_per_square_inch_t
typedef unit_t< phot > phot_t
Functions
std::ostream & operator<< (std::ostream &os,
const lux_t &obj)
std::string to_string (const lux_t &obj)
std::ostream & operator<< (std::ostream &os, const
footcandle_t &obj)
std::string to_string (const footcandle_t &obj)
std::ostream & operator<< (std::ostream &os, const
lumens_per_square_inch_t &obj)
std::string to_string (const lumens_per_square_inch_t &obj)
std::ostream & operator<< (std::ostream &os, const phot_t
&obj)
std::string to_string (const phot_t &obj)
Detailed Description
namespace for unit types and containers representing illuminance values
The SI unit for illuminance is luxes, and the corresponding base_unit category is illuminance_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 |
