The IUnitErr class is used to facilitate input of unitful numbers with error estimates written out using the OUnitErr class.
More...
#include <UnitIO.h>
|
| IUnitErr (T &t, T &dt, const UT &u) |
| Constructor given an object to be read assuming the given unit. More...
|
|
template<typename T, typename UT>
struct ThePEG::IUnitErr< T, UT >
The IUnitErr class is used to facilitate input of unitful numbers with error estimates written out using the OUnitErr class.
Definition at line 237 of file UnitIO.h.
◆ IUnitErr()
template<typename T, typename UT>
Constructor given an object to be read assuming the given unit.
Definition at line 241 of file UnitIO.h.
◆ dx
template<typename T, typename UT>
The estimated error of the number to be read.
Definition at line 247 of file UnitIO.h.
◆ ut
template<typename T, typename UT>
The unit assumed when reading the object.
Definition at line 250 of file UnitIO.h.
template<typename T, typename UT>
The documentation for this struct was generated from the following file: