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 "detail/unit_symbol.h"
#include "electric_current.h"
#include "magnetic_flux.h"
Go to the source code of this file.
Classes | |
struct | SI::unit_symbol< 'l', std::ratio< 1 > > |
struct | SI::unit_symbol< 'l', _ratio > |
Namespaces | |
SI | |
SI::detail | |
Namespace containing implementation details for SI. | |
SI::literals | |
Typedefs | |
template<typename _type , class _ratio = std::ratio<1>> | |
using | SI::inductance_t = detail::unit_t< 'l', std::ratio< 1 >, _type, _ratio > |
template<typename _type > | |
using | SI::atto_henry_t = inductance_t< _type, std::atto > |
specific units More... | |
template<typename _type > | |
using | SI::femto_henry_t = inductance_t< _type, std::femto > |
template<typename _type > | |
using | SI::pico_henry_t = inductance_t< _type, std::pico > |
template<typename _type > | |
using | SI::nano_henry_t = inductance_t< _type, std::nano > |
template<typename _type > | |
using | SI::micro_henry_t = inductance_t< _type, std::micro > |
template<typename _type > | |
using | SI::milli_henry_t = inductance_t< _type, std::milli > |
template<typename _type > | |
using | SI::henry_t = inductance_t< _type, std::ratio< 1 > > |
template<typename _type > | |
using | SI::kilo_henry_t = inductance_t< _type, std::kilo > |
template<typename _type > | |
using | SI::mega_henry_t = inductance_t< _type, std::mega > |
template<typename _type > | |
using | SI::giga_henry_t = inductance_t< _type, std::giga > |
template<typename _type > | |
using | SI::tera_henry_t = inductance_t< _type, std::tera > |
template<typename _type > | |
using | SI::peta_henry_t = inductance_t< _type, std::peta > |
template<typename _type > | |
using | SI::exa_henry_t = inductance_t< _type, std::exa > |
Functions | |
template<char... _digits> | |
constexpr atto_henry_t< int64_t > | SI::literals::operator""_aH () |
template<char... _digits> | |
constexpr femto_henry_t< int64_t > | SI::literals::operator""_fH () |
template<char... _digits> | |
constexpr pico_henry_t< int64_t > | SI::literals::operator""_pH () |
template<char... _digits> | |
constexpr nano_henry_t< int64_t > | SI::literals::operator""_nH () |
template<char... _digits> | |
constexpr micro_henry_t< int64_t > | SI::literals::operator""_uH () |
template<char... _digits> | |
constexpr milli_henry_t< int64_t > | SI::literals::operator""_mH () |
template<char... _digits> | |
constexpr henry_t< int64_t > | SI::literals::operator""_H () |
template<char... _digits> | |
constexpr kilo_henry_t< int64_t > | SI::literals::operator""_kH () |
template<char... _digits> | |
constexpr mega_henry_t< int64_t > | SI::literals::operator""_MH () |
template<char... _digits> | |
constexpr giga_henry_t< int64_t > | SI::literals::operator""_GH () |
template<char... _digits> | |
constexpr tera_henry_t< int64_t > | SI::literals::operator""_TH () |
template<char... _digits> | |
constexpr peta_henry_t< int64_t > | SI::literals::operator""_PH () |
template<char... _digits> | |
constexpr exa_henry_t< int64_t > | SI::literals::operator""_EH () |
constexpr atto_henry_t< long double > | SI::literals::operator""_aH (long double value) |
constexpr femto_henry_t< long double > | SI::literals::operator""_fH (long double value) |
constexpr pico_henry_t< long double > | SI::literals::operator""_pH (long double value) |
constexpr nano_henry_t< long double > | SI::literals::operator""_nH (long double value) |
constexpr micro_henry_t< long double > | SI::literals::operator""_uH (long double value) |
constexpr milli_henry_t< long double > | SI::literals::operator""_mH (long double value) |
constexpr henry_t< long double > | SI::literals::operator""_H (long double value) |
constexpr kilo_henry_t< long double > | SI::literals::operator""_kH (long double value) |
constexpr mega_henry_t< long double > | SI::literals::operator""_MH (long double value) |
constexpr giga_henry_t< long double > | SI::literals::operator""_GH (long double value) |
constexpr tera_henry_t< long double > | SI::literals::operator""_TH (long double value) |
constexpr peta_henry_t< long double > | SI::literals::operator""_PH (long double value) |
constexpr exa_henry_t< long double > | SI::literals::operator""_EH (long double value) |