SI
2.5.4
A header only c++ library that provides type safety and user defined literals for handling physical values defined in the International System of Units.
|
#include "detail/number_parser.h"
#include "detail/operator_helpers.h"
#include "detail/unit.h"
#include "luminosity.h"
#include "solid_angle.h"
Go to the source code of this file.
Classes | |
struct | SI::unit_symbol< 'm', std::ratio< 1 > > |
struct | SI::unit_symbol< 'm', _ratio > |
Namespaces | |
SI | |
SI::detail | |
Namespace containing implementation details for SI. | |
SI::literals | |
Typedefs | |
template<typename _type , class _ratio = std::ratio<1>> | |
using | SI::luminous_flux_t = detail::unit_t< 'm', std::ratio< 1 >, _type, _ratio > |
template<typename _type > | |
using | SI::atto_lumen_t = luminous_flux_t< _type, std::atto > |
specific units More... | |
template<typename _type > | |
using | SI::femto_lumen_t = luminous_flux_t< _type, std::femto > |
template<typename _type > | |
using | SI::pico_lumen_t = luminous_flux_t< _type, std::pico > |
template<typename _type > | |
using | SI::nano_lumen_t = luminous_flux_t< _type, std::nano > |
template<typename _type > | |
using | SI::micro_lumen_t = luminous_flux_t< _type, std::micro > |
template<typename _type > | |
using | SI::milli_lumen_t = luminous_flux_t< _type, std::milli > |
template<typename _type > | |
using | SI::lumen_t = luminous_flux_t< _type, std::ratio< 1 > > |
template<typename _type > | |
using | SI::kilo_lumen_t = luminous_flux_t< _type, std::kilo > |
template<typename _type > | |
using | SI::mega_lumen_t = luminous_flux_t< _type, std::mega > |
template<typename _type > | |
using | SI::giga_lumen_t = luminous_flux_t< _type, std::giga > |
template<typename _type > | |
using | SI::tera_lumen_t = luminous_flux_t< _type, std::tera > |
template<typename _type > | |
using | SI::peta_lumen_t = luminous_flux_t< _type, std::peta > |
template<typename _type > | |
using | SI::exa_lumen_t = luminous_flux_t< _type, std::exa > |
Functions | |
template<char... _digits> | |
constexpr atto_lumen_t< int64_t > | SI::literals::operator""_alm () |
template<char... _digits> | |
constexpr femto_lumen_t< int64_t > | SI::literals::operator""_flm () |
template<char... _digits> | |
constexpr pico_lumen_t< int64_t > | SI::literals::operator""_plm () |
template<char... _digits> | |
constexpr nano_lumen_t< int64_t > | SI::literals::operator""_nlm () |
template<char... _digits> | |
constexpr micro_lumen_t< int64_t > | SI::literals::operator""_ulm () |
template<char... _digits> | |
constexpr milli_lumen_t< int64_t > | SI::literals::operator""_mlm () |
template<char... _digits> | |
constexpr lumen_t< int64_t > | SI::literals::operator""_lm () |
template<char... _digits> | |
constexpr kilo_lumen_t< int64_t > | SI::literals::operator""_klm () |
template<char... _digits> | |
constexpr mega_lumen_t< int64_t > | SI::literals::operator""_Mlm () |
template<char... _digits> | |
constexpr giga_lumen_t< int64_t > | SI::literals::operator""_Glm () |
template<char... _digits> | |
constexpr tera_lumen_t< int64_t > | SI::literals::operator""_Tlm () |
template<char... _digits> | |
constexpr peta_lumen_t< int64_t > | SI::literals::operator""_Plm () |
template<char... _digits> | |
constexpr exa_lumen_t< int64_t > | SI::literals::operator""_Elm () |
constexpr atto_lumen_t< long double > | SI::literals::operator""_alm (long double value) |
constexpr femto_lumen_t< long double > | SI::literals::operator""_flm (long double value) |
constexpr pico_lumen_t< long double > | SI::literals::operator""_plm (long double value) |
constexpr nano_lumen_t< long double > | SI::literals::operator""_nlm (long double value) |
constexpr micro_lumen_t< long double > | SI::literals::operator""_ulm (long double value) |
constexpr milli_lumen_t< long double > | SI::literals::operator""_mlm (long double value) |
constexpr lumen_t< long double > | SI::literals::operator""_lm (long double value) |
constexpr kilo_lumen_t< long double > | SI::literals::operator""_klm (long double value) |
constexpr mega_lumen_t< long double > | SI::literals::operator""_Mlm (long double value) |
constexpr giga_lumen_t< long double > | SI::literals::operator""_Glm (long double value) |
constexpr tera_lumen_t< long double > | SI::literals::operator""_Tlm (long double value) |
constexpr peta_lumen_t< long double > | SI::literals::operator""_Plm (long double value) |
constexpr exa_lumen_t< long double > | SI::literals::operator""_Elm (long double value) |