Class xlifepp::UndefinedMultiVecTraits#
-
template<class ScalarType, class MV>
class UndefinedMultiVecTraits#
-
Collaboration diagram for xlifepp::UndefinedMultiVecTraits:
Used by MultiVecTraits to report lack of a specialization.
MultiVecTraits<ScalarType, MV> uses this struct to produce a compile-time error when no specialization exists for the scalar type ScalarType and multivector type MV.
Public Static Functions
-
static inline ScalarType notDefined()#
-
Any attempt to compile this method will result in a compile-time error.
If you see compile errors referring to this method, then either no specialization of MultiVecTraits exists for the scalar type ScalarType and multivector type MV, or the specialization for ScalarType and MV is not complete.
-
static inline ScalarType notDefined()#