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.
Classes | Namespaces | Typedefs | Functions
electric_current.h File Reference
#include "detail/number_parser.h"
#include "detail/unit.h"
#include "detail/unit_symbol.h"
Include dependency graph for electric_current.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  SI::unit_symbol< 'I', std::ratio< 1 > >
 
struct  SI::unit_symbol< 'I', _ratio >
 

Namespaces

 SI
 
 SI::literals
 

Typedefs

template<typename _type , typename _ratio >
using SI::electric_current_t = detail::unit_t< 'I', std::ratio< 1 >, _type, _ratio >
 
template<typename _type >
using SI::atto_ampere_t = electric_current_t< _type, std::atto >
 
template<typename _type >
using SI::femto_ampere_t = electric_current_t< _type, std::femto >
 
template<typename _type >
using SI::pico_ampere_t = electric_current_t< _type, std::pico >
 
template<typename _type >
using SI::nano_ampere_t = electric_current_t< _type, std::nano >
 
template<typename _type >
using SI::micro_ampere_t = electric_current_t< _type, std::micro >
 
template<typename _type >
using SI::milli_ampere_t = electric_current_t< _type, std::milli >
 
template<typename _type >
using SI::ampere_t = electric_current_t< _type, std::ratio< 1 > >
 
template<typename _type >
using SI::kilo_ampere_t = electric_current_t< _type, std::kilo >
 
template<typename _type >
using SI::mega_ampere_t = electric_current_t< _type, std::mega >
 
template<typename _type >
using SI::giga_ampere_t = electric_current_t< _type, std::giga >
 
template<typename _type >
using SI::tera_ampere_t = electric_current_t< _type, std::tera >
 
template<typename _type >
using SI::peta_ampere_t = electric_current_t< _type, std::peta >
 
template<typename _type >
using SI::exa_ampere_t = electric_current_t< _type, std::exa >
 

Functions

template<char... _digits>
constexpr atto_ampere_t< int64_t > SI::literals::operator""_aA ()
 
template<char... _digits>
constexpr femto_ampere_t< int64_t > SI::literals::operator""_fA ()
 
template<char... _digits>
constexpr pico_ampere_t< int64_t > SI::literals::operator""_pA ()
 
template<char... _digits>
constexpr nano_ampere_t< int64_t > SI::literals::operator""_nA ()
 
template<char... _digits>
constexpr micro_ampere_t< int64_t > SI::literals::operator""_uA ()
 
template<char... _digits>
constexpr milli_ampere_t< int64_t > SI::literals::operator""_mA ()
 
template<char... _digits>
constexpr ampere_t< int64_t > SI::literals::operator""_A ()
 
template<char... _digits>
constexpr kilo_ampere_t< int64_t > SI::literals::operator""_kA ()
 
template<char... _digits>
constexpr mega_ampere_t< int64_t > SI::literals::operator""_MA ()
 
template<char... _digits>
constexpr giga_ampere_t< int64_t > SI::literals::operator""_GA ()
 
template<char... _digits>
constexpr tera_ampere_t< int64_t > SI::literals::operator""_TA ()
 
template<char... _digits>
constexpr peta_ampere_t< int64_t > SI::literals::operator""_PA ()
 
template<char... _digits>
constexpr exa_ampere_t< int64_t > SI::literals::operator""_EA ()
 
constexpr atto_ampere_t< long double > SI::literals::operator""_aA (long double value)
 
constexpr femto_ampere_t< long double > SI::literals::operator""_fA (long double value)
 
constexpr pico_ampere_t< long double > SI::literals::operator""_pA (long double value)
 
constexpr nano_ampere_t< long double > SI::literals::operator""_nA (long double value)
 
constexpr micro_ampere_t< long double > SI::literals::operator""_uA (long double value)
 
constexpr milli_ampere_t< long double > SI::literals::operator""_mA (long double value)
 
constexpr ampere_t< long double > SI::literals::operator""_A (long double value)
 
constexpr kilo_ampere_t< long double > SI::literals::operator""_kA (long double value)
 
constexpr mega_ampere_t< long double > SI::literals::operator""_MA (long double value)
 
constexpr giga_ampere_t< long double > SI::literals::operator""_GA (long double value)
 
constexpr tera_ampere_t< long double > SI::literals::operator""_TA (long double value)
 
constexpr peta_ampere_t< long double > SI::literals::operator""_PA (long double value)
 
constexpr exa_ampere_t< long double > SI::literals::operator""_EA (long double value)