Belos  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Static Public Member Functions | List of all members
Belos::UndefinedOperatorTraits< ScalarType, MV, OP > Class Template Reference

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...
 

Detailed Description

template<class ScalarType, class MV, class OP>
class Belos::UndefinedOperatorTraits< ScalarType, MV, OP >

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.

Member Function Documentation

template<class ScalarType , class MV , class OP >
static void Belos::UndefinedOperatorTraits< ScalarType, MV, OP >::notDefined ( )
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.


The documentation for this class was generated from the following file:

Generated on Wed Apr 24 2024 09:29:06 for Belos by doxygen 1.8.5