Anasazi::UndefinedOperatorTraits< ScalarType, MV, OP > Struct Template Reference
This is the default struct used by OperatorTraits<ScalarType, MV, OP> class to produce a compile time error when the specialization does not exist for operator type
OP
.
More...
#include <AnasaziOperatorTraits.hpp>
List of all members.
|
Static Public Member Functions |
static void | notDefined () |
| This function should not compile if there is an attempt to instantiate!
|
Detailed Description
template<class ScalarType, class MV, class OP>
struct Anasazi::UndefinedOperatorTraits< ScalarType, MV, OP >
This is the default struct used by OperatorTraits<ScalarType, MV, OP> class to produce a compile time error when the specialization does not exist for operator type
OP
.
Definition at line 52 of file AnasaziOperatorTraits.hpp.
Member Function Documentation
template<class ScalarType , class MV , class OP >
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::OperatorTraits class does not exist for type
OP
, or is not complete.
Definition at line 59 of file AnasaziOperatorTraits.hpp.
The documentation for this struct was generated from the following file: