|
units
Use physical dimensions at compile-time or run-time.
|
Definition of vnix::units::dim. More...
Go to the source code of this file.
Classes | |
| class | vnix::units::basic_dim< DBO > |
| Rational exponent for each basis-element of dimension. More... | |
| struct | vnix::units::basic_dim< DBO >::mult |
| Function object used for multiplying every exponent by a single factor. More... | |
| struct | vnix::units::basic_dim< DBO >::divd |
| Function object used for dividing every exponent by a single factor. More... | |
Namespaces | |
| vnix | |
| Thomas E. Vaughan's public software. | |
| vnix::units | |
| Classes and functions supporting a model of physically dimensioned quantities. | |
Typedefs | |
| using | vnix::units::dim = basic_dim< dim_base_off > |
| Define dim as specification of basic_dim by way of YAML- and ERB-generated type dim_base_off. More... | |
Variables | |
| static constexpr dim | vnix::units::nul_dim |
| Null dimension. More... | |
Definition of vnix::units::dim.
Definition in file dim.hpp.
1.8.11