|
Anasazi
Version of the Day
|
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>
Static Public Member Functions | |
| static void | notDefined () |
| This function should not compile if there is an attempt to instantiate! | |
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.
| static void Anasazi::UndefinedOperatorTraits< ScalarType, MV, OP >::notDefined | ( | ) | [inline, static] |
This function should not compile if there is an attempt to instantiate!
OP, or is not complete. Definition at line 59 of file AnasaziOperatorTraits.hpp.
1.7.6.1