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 "substance.h"
#include "time.h"
Go to the source code of this file.
Classes | |
struct | SI::unit_symbol< 'K', std::ratio< 1 > > |
struct | SI::unit_symbol< 'K', _ratio > |
Namespaces | |
SI | |
SI::detail | |
Namespace containing implementation details for SI. | |
SI::literals | |
Typedefs | |
template<typename _type , class _ratio = std::ratio<1>> | |
using | SI::catalytic_activity_t = detail::unit_t< 'K', std::ratio< 1 >, _type, _ratio > |
template<typename _type > | |
using | SI::atto_katal_t = catalytic_activity_t< _type, std::atto > |
specific units More... | |
template<typename _type > | |
using | SI::femto_katal_t = catalytic_activity_t< _type, std::femto > |
template<typename _type > | |
using | SI::pico_katal_t = catalytic_activity_t< _type, std::pico > |
template<typename _type > | |
using | SI::nano_katal_t = catalytic_activity_t< _type, std::nano > |
template<typename _type > | |
using | SI::micro_katal_t = catalytic_activity_t< _type, std::micro > |
template<typename _type > | |
using | SI::milli_katal_t = catalytic_activity_t< _type, std::milli > |
template<typename _type > | |
using | SI::katal_t = catalytic_activity_t< _type, std::ratio< 1 > > |
template<typename _type > | |
using | SI::kilo_katal_t = catalytic_activity_t< _type, std::kilo > |
template<typename _type > | |
using | SI::mega_katal_t = catalytic_activity_t< _type, std::mega > |
template<typename _type > | |
using | SI::giga_katal_t = catalytic_activity_t< _type, std::giga > |
template<typename _type > | |
using | SI::tera_katal_t = catalytic_activity_t< _type, std::tera > |
template<typename _type > | |
using | SI::peta_katal_t = catalytic_activity_t< _type, std::peta > |
template<typename _type > | |
using | SI::exa_katal_t = catalytic_activity_t< _type, std::exa > |
Functions | |
template<char... _digits> | |
constexpr atto_katal_t< int64_t > | SI::literals::operator""_akat () |
template<char... _digits> | |
constexpr femto_katal_t< int64_t > | SI::literals::operator""_fkat () |
template<char... _digits> | |
constexpr pico_katal_t< int64_t > | SI::literals::operator""_pkat () |
template<char... _digits> | |
constexpr nano_katal_t< int64_t > | SI::literals::operator""_nkat () |
template<char... _digits> | |
constexpr micro_katal_t< int64_t > | SI::literals::operator""_ukat () |
template<char... _digits> | |
constexpr milli_katal_t< int64_t > | SI::literals::operator""_mkat () |
template<char... _digits> | |
constexpr katal_t< int64_t > | SI::literals::operator""_kat () |
template<char... _digits> | |
constexpr kilo_katal_t< int64_t > | SI::literals::operator""_kkat () |
template<char... _digits> | |
constexpr mega_katal_t< int64_t > | SI::literals::operator""_Mkat () |
template<char... _digits> | |
constexpr giga_katal_t< int64_t > | SI::literals::operator""_Gkat () |
template<char... _digits> | |
constexpr tera_katal_t< int64_t > | SI::literals::operator""_Tkat () |
template<char... _digits> | |
constexpr peta_katal_t< int64_t > | SI::literals::operator""_Pkat () |
template<char... _digits> | |
constexpr exa_katal_t< int64_t > | SI::literals::operator""_Ekat () |
constexpr atto_katal_t< long double > | SI::literals::operator""_akat (long double value) |
constexpr femto_katal_t< long double > | SI::literals::operator""_fkat (long double value) |
constexpr pico_katal_t< long double > | SI::literals::operator""_pkat (long double value) |
constexpr nano_katal_t< long double > | SI::literals::operator""_nkat (long double value) |
constexpr micro_katal_t< long double > | SI::literals::operator""_ukat (long double value) |
constexpr milli_katal_t< long double > | SI::literals::operator""_mkat (long double value) |
constexpr katal_t< long double > | SI::literals::operator""_kat (long double value) |
constexpr kilo_katal_t< long double > | SI::literals::operator""_kkat (long double value) |
constexpr mega_katal_t< long double > | SI::literals::operator""_Mkat (long double value) |
constexpr giga_katal_t< long double > | SI::literals::operator""_Gkat (long double value) |
constexpr tera_katal_t< long double > | SI::literals::operator""_Tkat (long double value) |
constexpr peta_katal_t< long double > | SI::literals::operator""_Pkat (long double value) |
constexpr exa_katal_t< long double > | SI::literals::operator""_Ekat (long double value) |