|
Belos Version of the Day
|
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 <BelosMultiVecTraits.hpp>
Static Public Member Functions | |
| static ScalarType | notDefined () |
| This function should not compile if there is an attempt to instantiate! | |
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 67 of file BelosMultiVecTraits.hpp.
| static ScalarType Belos::UndefinedMultiVecTraits< ScalarType, MV >::notDefined | ( | ) | [inline, static] |
This function should not compile if there is an attempt to instantiate!
MV does not exist, or is not complete. Definition at line 74 of file BelosMultiVecTraits.hpp.
1.7.4