#include <Quantity.h>
Static Public Attributes | |
static const bool | RET |
pseudo return value |
produce compile time error if Q is NOT dimensionless, when trying to expand DimensionError<true>, which is not defined; RET is a boolean constant which is set to true if Q is dimensionless.
Definition at line 87 of file Quantity.h.
const bool quantity::CheckDimensionality< Q >::RET [static] |
Initial value:
BSUtilities::IF<Q::Dim::IsDimensionless, DimensionError<false>, DimensionError<true> >::RET::RET
set to true if Q is dimensionless
Definition at line 93 of file Quantity.h.