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::UndefinedMultiVecTraits< ScalarType, MV > Class Template Reference

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

Detailed Description

template<class ScalarType, class MV>
class Belos::UndefinedMultiVecTraits< ScalarType, MV >

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.

Member Function Documentation

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


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

Generated on Fri Apr 19 2024 09:25:13 for Belos by doxygen 1.8.5