Teuchos Package Browser (Single Doxygen Collection)  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
Teuchos::UndefinedEnhancedNumberTraits< T > Struct Template Reference

Default structure used by EnhancedNumberTraits<T> to produce a compile time error when the specialization does not exist for type T. More...

#include <Teuchos_StandardParameterEntryValidators.hpp>

Static Public Member Functions

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

Detailed Description

template<class T>
struct Teuchos::UndefinedEnhancedNumberTraits< T >

Default structure used by EnhancedNumberTraits<T> to produce a compile time error when the specialization does not exist for type T.

Definition at line 1185 of file Teuchos_StandardParameterEntryValidators.hpp.

Member Function Documentation

template<class T >
static T Teuchos::UndefinedEnhancedNumberTraits< T >::notDefined ( )
inlinestatic

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

Definition at line 1187 of file Teuchos_StandardParameterEntryValidators.hpp.


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