units
Use physical dimensions at compile-time or run-time.
|
Double-precision dimensions and units. More...
Typedefs | |
using | dyndim = basic_dyndim< double > |
Type of dimensioned value whose dimension is not known at compile-time. More... | |
using | length = basic_statdim< length_dim.encode(), double > |
Type for variable of dimension length. More... | |
using | mass = basic_statdim< mass_dim.encode(), double > |
Type for variable of dimension mass. More... | |
using | time = basic_statdim< time_dim.encode(), double > |
Type for variable of dimension time. More... | |
using | charge = basic_statdim< charge_dim.encode(), double > |
Type for variable of dimension charge. More... | |
using | temperature = basic_statdim< temperature_dim.encode(), double > |
Type for variable of dimension temperature. More... | |
using | speed = decltype(m/s) |
using | acceleration = decltype(m/s/s) |
using | momentum = decltype(g *m/s) |
using | force = decltype(N/1) |
using | current = decltype(C/s) |
using | energy = decltype(J/1) |
using | power = decltype(W/1) |
using | area = decltype(m *m) |
using | volume = decltype(m *m *m) |
using | pressure = decltype(N/m/m) |
Functions | |
constexpr auto | operator""_m (long double v) |
Interpret a number, suffixed with '_m', as a (literal) number of meters. More... | |
constexpr auto | operator""_cm (long double v) |
Interpret a number, suffixed with '_cm', as a (literal) number of centimeters. More... | |
constexpr auto | operator""_mm (long double v) |
Interpret a number, suffixed with '_mm', as a (literal) number of millimeters. More... | |
constexpr auto | operator""_mum (long double v) |
Interpret a number, suffixed with '_mum', as a (literal) number of micrometers. More... | |
constexpr auto | operator""_nm (long double v) |
Interpret a number, suffixed with '_nm', as a (literal) number of nanometers. More... | |
constexpr auto | operator""_pm (long double v) |
Interpret a number, suffixed with '_pm', as a (literal) number of picometers. More... | |
constexpr auto | operator""_fm (long double v) |
Interpret a number, suffixed with '_fm', as a (literal) number of femtometers. More... | |
constexpr auto | operator""_km (long double v) |
Interpret a number, suffixed with '_km', as a (literal) number of kilometers. More... | |
constexpr auto | operator""_Mm (long double v) |
Interpret a number, suffixed with '_Mm', as a (literal) number of megameters. More... | |
constexpr auto | operator""_g (long double v) |
Interpret a number, suffixed with '_g', as a (literal) number of grams. More... | |
constexpr auto | operator""_mg (long double v) |
Interpret a number, suffixed with '_mg', as a (literal) number of milligrams. More... | |
constexpr auto | operator""_mug (long double v) |
Interpret a number, suffixed with '_mug', as a (literal) number of micrograms. More... | |
constexpr auto | operator""_ng (long double v) |
Interpret a number, suffixed with '_ng', as a (literal) number of nanograms. More... | |
constexpr auto | operator""_pg (long double v) |
Interpret a number, suffixed with '_pg', as a (literal) number of picograms. More... | |
constexpr auto | operator""_kg (long double v) |
Interpret a number, suffixed with '_kg', as a (literal) number of kilograms. More... | |
constexpr auto | operator""_Mg (long double v) |
Interpret a number, suffixed with '_Mg', as a (literal) number of megagrams. More... | |
constexpr auto | operator""_s (long double v) |
Interpret a number, suffixed with '_s', as a (literal) number of seconds. More... | |
constexpr auto | operator""_ms (long double v) |
Interpret a number, suffixed with '_ms', as a (literal) number of milliseconds. More... | |
constexpr auto | operator""_mus (long double v) |
Interpret a number, suffixed with '_mus', as a (literal) number of microseconds. More... | |
constexpr auto | operator""_ns (long double v) |
Interpret a number, suffixed with '_ns', as a (literal) number of nanoseconds. More... | |
constexpr auto | operator""_ps (long double v) |
Interpret a number, suffixed with '_ps', as a (literal) number of picoseconds. More... | |
constexpr auto | operator""_fs (long double v) |
Interpret a number, suffixed with '_fs', as a (literal) number of femtoseconds. More... | |
constexpr auto | operator""_C (long double v) |
Interpret a number, suffixed with '_C', as a (literal) number of coulombs. More... | |
constexpr auto | operator""_mC (long double v) |
Interpret a number, suffixed with '_mC', as a (literal) number of millicoulombs. More... | |
constexpr auto | operator""_muC (long double v) |
Interpret a number, suffixed with '_muC', as a (literal) number of microcoulombs. More... | |
constexpr auto | operator""_nC (long double v) |
Interpret a number, suffixed with '_nC', as a (literal) number of nanocoulombs. More... | |
constexpr auto | operator""_pC (long double v) |
Interpret a number, suffixed with '_pC', as a (literal) number of picocoulombs. More... | |
constexpr auto | operator""_K (long double v) |
Interpret a number, suffixed with '_K', as a (literal) number of kelvins. More... | |
constexpr auto | operator""_mK (long double v) |
Interpret a number, suffixed with '_mK', as a (literal) number of millikelvins. More... | |
constexpr auto | operator""_muK (long double v) |
Interpret a number, suffixed with '_muK', as a (literal) number of microkelvins. More... | |
constexpr auto | operator""_nK (long double v) |
Interpret a number, suffixed with '_nK', as a (literal) number of nanokelvins. More... | |
constexpr auto | operator""_ft (long double v) |
Interpret a number, suffixed with '_ft', as a (literal) number of feet. More... | |
constexpr auto | operator""_kft (long double v) |
Interpret a number, suffixed with '_kft', as a (literal) number of kilofeet. More... | |
constexpr auto | operator""_in (long double v) |
Interpret a number, suffixed with '_in', as a (literal) number of inches. More... | |
constexpr auto | operator""_yd (long double v) |
Interpret a number, suffixed with '_yd', as a (literal) number of yards. More... | |
constexpr auto | operator""_mi (long double v) |
Interpret a number, suffixed with '_mi', as a (literal) number of miles. More... | |
constexpr auto | operator""_N (long double v) |
Interpret a number, suffixed with '_N', as a (literal) number of newtons. More... | |
constexpr auto | operator""_mN (long double v) |
Interpret a number, suffixed with '_mN', as a (literal) number of millinewtons. More... | |
constexpr auto | operator""_muN (long double v) |
Interpret a number, suffixed with '_muN', as a (literal) number of micronewtons. More... | |
constexpr auto | operator""_kN (long double v) |
Interpret a number, suffixed with '_kN', as a (literal) number of kilonewtons. More... | |
constexpr auto | operator""_MN (long double v) |
Interpret a number, suffixed with '_MN', as a (literal) number of meganewtons. More... | |
constexpr auto | operator""_dyn (long double v) |
Interpret a number, suffixed with '_dyn', as a (literal) number of dynes. More... | |
constexpr auto | operator""_J (long double v) |
Interpret a number, suffixed with '_J', as a (literal) number of joules. More... | |
constexpr auto | operator""_mJ (long double v) |
Interpret a number, suffixed with '_mJ', as a (literal) number of millijoules. More... | |
constexpr auto | operator""_muJ (long double v) |
Interpret a number, suffixed with '_muJ', as a (literal) number of microjoules. More... | |
constexpr auto | operator""_kJ (long double v) |
Interpret a number, suffixed with '_kJ', as a (literal) number of kilojoules. More... | |
constexpr auto | operator""_MJ (long double v) |
Interpret a number, suffixed with '_MJ', as a (literal) number of megajoules. More... | |
constexpr auto | operator""_GJ (long double v) |
Interpret a number, suffixed with '_GJ', as a (literal) number of gigajoules. More... | |
constexpr auto | operator""_erg (long double v) |
Interpret a number, suffixed with '_erg', as a (literal) number of ergs. More... | |
constexpr auto | operator""_W (long double v) |
Interpret a number, suffixed with '_W', as a (literal) number of watts. More... | |
constexpr auto | operator""_mW (long double v) |
Interpret a number, suffixed with '_mW', as a (literal) number of milliwatts. More... | |
constexpr auto | operator""_muW (long double v) |
Interpret a number, suffixed with '_muW', as a (literal) number of microwatts. More... | |
constexpr auto | operator""_kW (long double v) |
Interpret a number, suffixed with '_kW', as a (literal) number of kilowatts. More... | |
constexpr auto | operator""_MW (long double v) |
Interpret a number, suffixed with '_MW', as a (literal) number of megawatts. More... | |
constexpr auto | operator""_GW (long double v) |
Interpret a number, suffixed with '_GW', as a (literal) number of gigawatts. More... | |
constexpr auto | operator""_A (long double v) |
Interpret a number, suffixed with '_A', as a (literal) number of amperes. More... | |
constexpr auto | operator""_mA (long double v) |
Interpret a number, suffixed with '_mA', as a (literal) number of milliamperes. More... | |
constexpr auto | operator""_muA (long double v) |
Interpret a number, suffixed with '_muA', as a (literal) number of microamperes. More... | |
Variables | |
constexpr auto | m = impl::m<double> |
Constant-expression symbol for m. More... | |
constexpr auto | cm = impl::cm<double> |
Constant-expression symbol for cm. More... | |
constexpr auto | mm = impl::mm<double> |
Constant-expression symbol for mm. More... | |
constexpr auto | mum = impl::mum<double> |
Constant-expression symbol for mum. More... | |
constexpr auto | nm = impl::nm<double> |
Constant-expression symbol for nm. More... | |
constexpr auto | pm = impl::pm<double> |
Constant-expression symbol for pm. More... | |
constexpr auto | fm = impl::fm<double> |
Constant-expression symbol for fm. More... | |
constexpr auto | km = impl::km<double> |
Constant-expression symbol for km. More... | |
constexpr auto | Mm = impl::Mm<double> |
Constant-expression symbol for Mm. More... | |
constexpr auto | g = impl::g<double> |
Constant-expression symbol for g. More... | |
constexpr auto | mg = impl::mg<double> |
Constant-expression symbol for mg. More... | |
constexpr auto | mug = impl::mug<double> |
Constant-expression symbol for mug. More... | |
constexpr auto | ng = impl::ng<double> |
Constant-expression symbol for ng. More... | |
constexpr auto | pg = impl::pg<double> |
Constant-expression symbol for pg. More... | |
constexpr auto | kg = impl::kg<double> |
Constant-expression symbol for kg. More... | |
constexpr auto | Mg = impl::Mg<double> |
Constant-expression symbol for Mg. More... | |
constexpr auto | s = impl::s<double> |
Constant-expression symbol for s. More... | |
constexpr auto | ms = impl::ms<double> |
Constant-expression symbol for ms. More... | |
constexpr auto | mus = impl::mus<double> |
Constant-expression symbol for mus. More... | |
constexpr auto | ns = impl::ns<double> |
Constant-expression symbol for ns. More... | |
constexpr auto | ps = impl::ps<double> |
Constant-expression symbol for ps. More... | |
constexpr auto | fs = impl::fs<double> |
Constant-expression symbol for fs. More... | |
constexpr auto | C = impl::C<double> |
Constant-expression symbol for C. More... | |
constexpr auto | mC = impl::mC<double> |
Constant-expression symbol for mC. More... | |
constexpr auto | muC = impl::muC<double> |
Constant-expression symbol for muC. More... | |
constexpr auto | nC = impl::nC<double> |
Constant-expression symbol for nC. More... | |
constexpr auto | pC = impl::pC<double> |
Constant-expression symbol for pC. More... | |
constexpr auto | K = impl::K<double> |
Constant-expression symbol for K. More... | |
constexpr auto | mK = impl::mK<double> |
Constant-expression symbol for mK. More... | |
constexpr auto | muK = impl::muK<double> |
Constant-expression symbol for muK. More... | |
constexpr auto | nK = impl::nK<double> |
Constant-expression symbol for nK. More... | |
constexpr auto | ft = impl::ft<double> |
Constant-expression symbol for ft. More... | |
constexpr auto | kft = impl::kft<double> |
Constant-expression symbol for kft. More... | |
constexpr auto | in = impl::in<double> |
Constant-expression symbol for in. More... | |
constexpr auto | yd = impl::yd<double> |
Constant-expression symbol for yd. More... | |
constexpr auto | mi = impl::mi<double> |
Constant-expression symbol for mi. More... | |
constexpr auto | N = impl::N<double> |
Constant-expression symbol for N. More... | |
constexpr auto | mN = impl::mN<double> |
Constant-expression symbol for mN. More... | |
constexpr auto | muN = impl::muN<double> |
Constant-expression symbol for muN. More... | |
constexpr auto | kN = impl::kN<double> |
Constant-expression symbol for kN. More... | |
constexpr auto | MN = impl::MN<double> |
Constant-expression symbol for MN. More... | |
constexpr auto | dyn = impl::dyn<double> |
Constant-expression symbol for dyn. More... | |
constexpr auto | J = impl::J<double> |
Constant-expression symbol for J. More... | |
constexpr auto | mJ = impl::mJ<double> |
Constant-expression symbol for mJ. More... | |
constexpr auto | muJ = impl::muJ<double> |
Constant-expression symbol for muJ. More... | |
constexpr auto | kJ = impl::kJ<double> |
Constant-expression symbol for kJ. More... | |
constexpr auto | MJ = impl::MJ<double> |
Constant-expression symbol for MJ. More... | |
constexpr auto | GJ = impl::GJ<double> |
Constant-expression symbol for GJ. More... | |
constexpr auto | erg = impl::erg<double> |
Constant-expression symbol for erg. More... | |
constexpr auto | W = impl::W<double> |
Constant-expression symbol for W. More... | |
constexpr auto | mW = impl::mW<double> |
Constant-expression symbol for mW. More... | |
constexpr auto | muW = impl::muW<double> |
Constant-expression symbol for muW. More... | |
constexpr auto | kW = impl::kW<double> |
Constant-expression symbol for kW. More... | |
constexpr auto | MW = impl::MW<double> |
Constant-expression symbol for MW. More... | |
constexpr auto | GW = impl::GW<double> |
Constant-expression symbol for GW. More... | |
constexpr auto | A = impl::A<double> |
Constant-expression symbol for A. More... | |
constexpr auto | mA = impl::mA<double> |
Constant-expression symbol for mA. More... | |
constexpr auto | muA = impl::muA<double> |
Constant-expression symbol for muA. More... | |
Double-precision dimensions and units.
using vnix::units::dbl::acceleration = typedef decltype(m/s/s) |
using vnix::units::dbl::area = typedef decltype(m*m) |
using vnix::units::dbl::charge = typedef basic_statdim<charge_dim.encode(), double> |
using vnix::units::dbl::current = typedef decltype(C/s) |
using vnix::units::dbl::dyndim = typedef basic_dyndim<double> |
using vnix::units::dbl::energy = typedef decltype(J/1) |
using vnix::units::dbl::force = typedef decltype(N/1) |
using vnix::units::dbl::length = typedef basic_statdim<length_dim.encode(), double> |
using vnix::units::dbl::mass = typedef basic_statdim<mass_dim.encode(), double> |
using vnix::units::dbl::momentum = typedef decltype(g*m/s) |
using vnix::units::dbl::power = typedef decltype(W/1) |
using vnix::units::dbl::pressure = typedef decltype(N/m/m) |
using vnix::units::dbl::speed = typedef decltype(m/s) |
using vnix::units::dbl::temperature = typedef basic_statdim<temperature_dim.encode(), double> |
using vnix::units::dbl::time = typedef basic_statdim<time_dim.encode(), double> |
constexpr auto vnix::units::dbl::operator""_A | ( | long double | v | ) |
constexpr auto vnix::units::dbl::operator""_C | ( | long double | v | ) |
Interpret a number, suffixed with '_C', as a (literal) number of coulombs.
Definition at line 2434 of file units.hpp.
constexpr auto vnix::units::dbl::operator""_cm | ( | long double | v | ) |
Interpret a number, suffixed with '_cm', as a (literal) number of centimeters.
Definition at line 2239 of file units.hpp.
constexpr auto vnix::units::dbl::operator""_dyn | ( | long double | v | ) |
constexpr auto vnix::units::dbl::operator""_erg | ( | long double | v | ) |
constexpr auto vnix::units::dbl::operator""_fm | ( | long double | v | ) |
Interpret a number, suffixed with '_fm', as a (literal) number of femtometers.
Definition at line 2284 of file units.hpp.
constexpr auto vnix::units::dbl::operator""_fs | ( | long double | v | ) |
Interpret a number, suffixed with '_fs', as a (literal) number of femtoseconds.
Definition at line 2425 of file units.hpp.
constexpr auto vnix::units::dbl::operator""_ft | ( | long double | v | ) |
constexpr auto vnix::units::dbl::operator""_g | ( | long double | v | ) |
Interpret a number, suffixed with '_g', as a (literal) number of grams.
Definition at line 2311 of file units.hpp.
constexpr auto vnix::units::dbl::operator""_GJ | ( | long double | v | ) |
constexpr auto vnix::units::dbl::operator""_GW | ( | long double | v | ) |
constexpr auto vnix::units::dbl::operator""_in | ( | long double | v | ) |
constexpr auto vnix::units::dbl::operator""_J | ( | long double | v | ) |
constexpr auto vnix::units::dbl::operator""_K | ( | long double | v | ) |
Interpret a number, suffixed with '_K', as a (literal) number of kelvins.
Definition at line 2482 of file units.hpp.
constexpr auto vnix::units::dbl::operator""_kft | ( | long double | v | ) |
constexpr auto vnix::units::dbl::operator""_kg | ( | long double | v | ) |
Interpret a number, suffixed with '_kg', as a (literal) number of kilograms.
Definition at line 2359 of file units.hpp.
constexpr auto vnix::units::dbl::operator""_kJ | ( | long double | v | ) |
constexpr auto vnix::units::dbl::operator""_km | ( | long double | v | ) |
Interpret a number, suffixed with '_km', as a (literal) number of kilometers.
Definition at line 2293 of file units.hpp.
constexpr auto vnix::units::dbl::operator""_kN | ( | long double | v | ) |
constexpr auto vnix::units::dbl::operator""_kW | ( | long double | v | ) |
constexpr auto vnix::units::dbl::operator""_m | ( | long double | v | ) |
Interpret a number, suffixed with '_m', as a (literal) number of meters.
Definition at line 2227 of file units.hpp.
constexpr auto vnix::units::dbl::operator""_mA | ( | long double | v | ) |
constexpr auto vnix::units::dbl::operator""_mC | ( | long double | v | ) |
Interpret a number, suffixed with '_mC', as a (literal) number of millicoulombs.
Definition at line 2446 of file units.hpp.
constexpr auto vnix::units::dbl::operator""_mg | ( | long double | v | ) |
Interpret a number, suffixed with '_mg', as a (literal) number of milligrams.
Definition at line 2323 of file units.hpp.
constexpr auto vnix::units::dbl::operator""_Mg | ( | long double | v | ) |
Interpret a number, suffixed with '_Mg', as a (literal) number of megagrams.
Definition at line 2368 of file units.hpp.
constexpr auto vnix::units::dbl::operator""_mi | ( | long double | v | ) |
constexpr auto vnix::units::dbl::operator""_mJ | ( | long double | v | ) |
constexpr auto vnix::units::dbl::operator""_MJ | ( | long double | v | ) |
constexpr auto vnix::units::dbl::operator""_mK | ( | long double | v | ) |
Interpret a number, suffixed with '_mK', as a (literal) number of millikelvins.
Definition at line 2494 of file units.hpp.
constexpr auto vnix::units::dbl::operator""_mm | ( | long double | v | ) |
Interpret a number, suffixed with '_mm', as a (literal) number of millimeters.
Definition at line 2248 of file units.hpp.
constexpr auto vnix::units::dbl::operator""_Mm | ( | long double | v | ) |
Interpret a number, suffixed with '_Mm', as a (literal) number of megameters.
Definition at line 2302 of file units.hpp.
constexpr auto vnix::units::dbl::operator""_mN | ( | long double | v | ) |
constexpr auto vnix::units::dbl::operator""_MN | ( | long double | v | ) |
constexpr auto vnix::units::dbl::operator""_ms | ( | long double | v | ) |
Interpret a number, suffixed with '_ms', as a (literal) number of milliseconds.
Definition at line 2389 of file units.hpp.
constexpr auto vnix::units::dbl::operator""_muA | ( | long double | v | ) |
constexpr auto vnix::units::dbl::operator""_muC | ( | long double | v | ) |
Interpret a number, suffixed with '_muC', as a (literal) number of microcoulombs.
Definition at line 2455 of file units.hpp.
constexpr auto vnix::units::dbl::operator""_mug | ( | long double | v | ) |
Interpret a number, suffixed with '_mug', as a (literal) number of micrograms.
Definition at line 2332 of file units.hpp.
constexpr auto vnix::units::dbl::operator""_muJ | ( | long double | v | ) |
constexpr auto vnix::units::dbl::operator""_muK | ( | long double | v | ) |
Interpret a number, suffixed with '_muK', as a (literal) number of microkelvins.
Definition at line 2503 of file units.hpp.
constexpr auto vnix::units::dbl::operator""_mum | ( | long double | v | ) |
Interpret a number, suffixed with '_mum', as a (literal) number of micrometers.
Definition at line 2257 of file units.hpp.
constexpr auto vnix::units::dbl::operator""_muN | ( | long double | v | ) |
constexpr auto vnix::units::dbl::operator""_mus | ( | long double | v | ) |
Interpret a number, suffixed with '_mus', as a (literal) number of microseconds.
Definition at line 2398 of file units.hpp.
constexpr auto vnix::units::dbl::operator""_muW | ( | long double | v | ) |
constexpr auto vnix::units::dbl::operator""_mW | ( | long double | v | ) |
constexpr auto vnix::units::dbl::operator""_MW | ( | long double | v | ) |
constexpr auto vnix::units::dbl::operator""_N | ( | long double | v | ) |
constexpr auto vnix::units::dbl::operator""_nC | ( | long double | v | ) |
Interpret a number, suffixed with '_nC', as a (literal) number of nanocoulombs.
Definition at line 2464 of file units.hpp.
constexpr auto vnix::units::dbl::operator""_ng | ( | long double | v | ) |
Interpret a number, suffixed with '_ng', as a (literal) number of nanograms.
Definition at line 2341 of file units.hpp.
constexpr auto vnix::units::dbl::operator""_nK | ( | long double | v | ) |
Interpret a number, suffixed with '_nK', as a (literal) number of nanokelvins.
Definition at line 2512 of file units.hpp.
constexpr auto vnix::units::dbl::operator""_nm | ( | long double | v | ) |
Interpret a number, suffixed with '_nm', as a (literal) number of nanometers.
Definition at line 2266 of file units.hpp.
constexpr auto vnix::units::dbl::operator""_ns | ( | long double | v | ) |
Interpret a number, suffixed with '_ns', as a (literal) number of nanoseconds.
Definition at line 2407 of file units.hpp.
constexpr auto vnix::units::dbl::operator""_pC | ( | long double | v | ) |
Interpret a number, suffixed with '_pC', as a (literal) number of picocoulombs.
Definition at line 2473 of file units.hpp.
constexpr auto vnix::units::dbl::operator""_pg | ( | long double | v | ) |
Interpret a number, suffixed with '_pg', as a (literal) number of picograms.
Definition at line 2350 of file units.hpp.
constexpr auto vnix::units::dbl::operator""_pm | ( | long double | v | ) |
Interpret a number, suffixed with '_pm', as a (literal) number of picometers.
Definition at line 2275 of file units.hpp.
constexpr auto vnix::units::dbl::operator""_ps | ( | long double | v | ) |
Interpret a number, suffixed with '_ps', as a (literal) number of picoseconds.
Definition at line 2416 of file units.hpp.
constexpr auto vnix::units::dbl::operator""_s | ( | long double | v | ) |
Interpret a number, suffixed with '_s', as a (literal) number of seconds.
Definition at line 2377 of file units.hpp.
constexpr auto vnix::units::dbl::operator""_W | ( | long double | v | ) |
constexpr auto vnix::units::dbl::operator""_yd | ( | long double | v | ) |
constexpr auto vnix::units::dbl::A = impl::A<double> |
constexpr auto vnix::units::dbl::C = impl::C<double> |
constexpr auto vnix::units::dbl::cm = impl::cm<double> |
constexpr auto vnix::units::dbl::dyn = impl::dyn<double> |
constexpr auto vnix::units::dbl::erg = impl::erg<double> |
constexpr auto vnix::units::dbl::fm = impl::fm<double> |
constexpr auto vnix::units::dbl::fs = impl::fs<double> |
constexpr auto vnix::units::dbl::ft = impl::ft<double> |
constexpr auto vnix::units::dbl::g = impl::g<double> |
constexpr auto vnix::units::dbl::GJ = impl::GJ<double> |
constexpr auto vnix::units::dbl::GW = impl::GW<double> |
constexpr auto vnix::units::dbl::in = impl::in<double> |
constexpr auto vnix::units::dbl::J = impl::J<double> |
constexpr auto vnix::units::dbl::K = impl::K<double> |
constexpr auto vnix::units::dbl::kft = impl::kft<double> |
constexpr auto vnix::units::dbl::kg = impl::kg<double> |
constexpr auto vnix::units::dbl::kJ = impl::kJ<double> |
constexpr auto vnix::units::dbl::km = impl::km<double> |
constexpr auto vnix::units::dbl::kN = impl::kN<double> |
constexpr auto vnix::units::dbl::kW = impl::kW<double> |
constexpr auto vnix::units::dbl::m = impl::m<double> |
constexpr auto vnix::units::dbl::mA = impl::mA<double> |
constexpr auto vnix::units::dbl::mC = impl::mC<double> |
constexpr auto vnix::units::dbl::mg = impl::mg<double> |
constexpr auto vnix::units::dbl::Mg = impl::Mg<double> |
constexpr auto vnix::units::dbl::mi = impl::mi<double> |
constexpr auto vnix::units::dbl::mJ = impl::mJ<double> |
constexpr auto vnix::units::dbl::MJ = impl::MJ<double> |
constexpr auto vnix::units::dbl::mK = impl::mK<double> |
constexpr auto vnix::units::dbl::mm = impl::mm<double> |
constexpr auto vnix::units::dbl::Mm = impl::Mm<double> |
constexpr auto vnix::units::dbl::mN = impl::mN<double> |
constexpr auto vnix::units::dbl::MN = impl::MN<double> |
constexpr auto vnix::units::dbl::ms = impl::ms<double> |
constexpr auto vnix::units::dbl::muA = impl::muA<double> |
constexpr auto vnix::units::dbl::muC = impl::muC<double> |
constexpr auto vnix::units::dbl::mug = impl::mug<double> |
constexpr auto vnix::units::dbl::muJ = impl::muJ<double> |
constexpr auto vnix::units::dbl::muK = impl::muK<double> |
constexpr auto vnix::units::dbl::mum = impl::mum<double> |
constexpr auto vnix::units::dbl::muN = impl::muN<double> |
constexpr auto vnix::units::dbl::mus = impl::mus<double> |
constexpr auto vnix::units::dbl::muW = impl::muW<double> |
constexpr auto vnix::units::dbl::mW = impl::mW<double> |
constexpr auto vnix::units::dbl::MW = impl::MW<double> |
constexpr auto vnix::units::dbl::N = impl::N<double> |
constexpr auto vnix::units::dbl::nC = impl::nC<double> |
constexpr auto vnix::units::dbl::ng = impl::ng<double> |
constexpr auto vnix::units::dbl::nK = impl::nK<double> |
constexpr auto vnix::units::dbl::nm = impl::nm<double> |
constexpr auto vnix::units::dbl::ns = impl::ns<double> |
constexpr auto vnix::units::dbl::pC = impl::pC<double> |
constexpr auto vnix::units::dbl::pg = impl::pg<double> |
constexpr auto vnix::units::dbl::pm = impl::pm<double> |
constexpr auto vnix::units::dbl::ps = impl::ps<double> |
constexpr auto vnix::units::dbl::s = impl::s<double> |
constexpr auto vnix::units::dbl::W = impl::W<double> |