Belos Package Browser (Single Doxygen Collection)
Development
|
Class used to require specialization of OperatorTraits. More...
#include <BelosOperatorTraits.hpp>
Static Public Member Functions | |
static void | notDefined () |
Function that will not compile if instantiation is attempted. More... | |
Class used to require specialization of OperatorTraits.
This class is used by OperatorTraits
to ensure that OperatorTraits cannot be used unless a specialization for the particular scalar, multivector, and operator types has been defined.
Definition at line 61 of file BelosOperatorTraits.hpp.
|
inlinestatic |
Function that will not compile if instantiation is attempted.
Any attempt to compile this function results in a compile-time error. Such an error means that the template specialization of Belos::OperatorTraits class either does not exist for type OP
, or is not complete.
Definition at line 70 of file BelosOperatorTraits.hpp.