Belos Package Browser (Single Doxygen Collection)
Development
|
Used by MultiVecTraits to report lack of a specialization. More...
#include <BelosMultiVecTraits.hpp>
Static Public Member Functions | |
static ScalarType | notDefined () |
Any attempt to compile this method will result in a compile-time error. More... | |
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.
Definition at line 71 of file BelosMultiVecTraits.hpp.
|
inlinestatic |
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.
Definition at line 79 of file BelosMultiVecTraits.hpp.