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

This is the default struct used by OperatorTraits<ScalarType, MV, OP> class to produce a compile time error when the specialization does not exist for operator type OP. More...

#include <AnasaziOperatorTraits.hpp>

Static Public Member Functions

static void notDefined ()
 This function should not compile if there is an attempt to instantiate! More...
 

Detailed Description

template<class ScalarType, class MV, class OP>
struct Anasazi::UndefinedOperatorTraits< ScalarType, MV, OP >

This is the default struct used by OperatorTraits<ScalarType, MV, OP> class to produce a compile time error when the specialization does not exist for operator type OP.

Definition at line 65 of file AnasaziOperatorTraits.hpp.

Member Function Documentation

template<class ScalarType , class MV , class OP >
static void Anasazi::UndefinedOperatorTraits< ScalarType, MV, OP >::notDefined ( )
inlinestatic

This function should not compile if there is an attempt to instantiate!

Note
Any attempt to compile this function results in a compile time error. This means that the template specialization of Anasazi::OperatorTraits class does not exist for type OP, or is not complete.

Definition at line 72 of file AnasaziOperatorTraits.hpp.


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