Anasazi::UndefinedMultiVecTraits< ScalarType, MV > Struct Template Reference
This is the default struct used by MultiVecTraits<ScalarType, MV> class to produce a compile time error when the specialization does not exist for multivector type
MV
.
More...
#include <AnasaziMultiVecTraits.hpp>
List of all members.
|
Static Public Member Functions |
static ScalarType | notDefined () |
| This function should not compile if there is an attempt to instantiate!
|
Detailed Description
template<class ScalarType, class MV>
struct Anasazi::UndefinedMultiVecTraits< ScalarType, MV >
This is the default struct used by MultiVecTraits<ScalarType, MV> class to produce a compile time error when the specialization does not exist for multivector type
MV
.
Definition at line 47 of file AnasaziMultiVecTraits.hpp.
Member Function Documentation
template<class ScalarType , class MV >
This function should not compile if there is an attempt to instantiate!
- Note:
- Any attempt to compile this function results in a compile time error. This means that the template specialization of Anasazi::MultiVecTraits class for type
MV
does not exist, or is not complete.
Definition at line 54 of file AnasaziMultiVecTraits.hpp.
The documentation for this struct was generated from the following file: