Teuchos - Trilinos Tools Package Version of the Day
Loading...
Searching...
No Matches
Static Public Member Functions | List of all members
Teuchos::UndefinedSerializationTraits< T > Class Template Reference

Report an error if a specialization of SerializationTraits is missing. More...

#include <Teuchos_SerializationTraits.hpp>

Static Public Member Functions

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

Detailed Description

template<typename T>
class Teuchos::UndefinedSerializationTraits< T >

Report an error if a specialization of SerializationTraits is missing.

This class reports a compile-time error if you attempt to instantiate it. We use this class to make it easy to detect a missing specialization of SerializationTraits.

Definition at line 70 of file Teuchos_SerializationTraits.hpp.

Member Function Documentation

◆ notDefined()

template<typename T >
static T Teuchos::UndefinedSerializationTraits< T >::notDefined ( )
inlinestatic

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

Definition at line 72 of file Teuchos_SerializationTraits.hpp.


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