#include <Quantity.h>
Public Types | |
typedef U | Unit |
to be used as the return value. | |
Private Types | |
typedef unit::CheckUnit < unit::Unit< UT >, U >::Check | Check |
internal dummy type |
checks U to be a subclass of the base unit Unit<UT> and make it accessable by member DefaultUnitTemplate::Unit.
Definition at line 253 of file Quantity.h.
typedef unit::CheckUnit<unit::Unit<UT>, U>::Check quantity::DefaultUnitTemplate< UT, U >::Check [private] |
internal dummy type
used in order to instantiate CheckUnit<Unit<UT>, U>
Definition at line 260 of file Quantity.h.
typedef U quantity::DefaultUnitTemplate< UT, U >::Unit |