|
Teuchos Package Browser (Single Doxygen Collection)
Version of the Day
|
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! | |
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 66 of file Teuchos_SerializationTraits.hpp.
| static T Teuchos::UndefinedSerializationTraits< T >::notDefined | ( | ) | [inline, static] |
This function should not compile if there is an attempt to instantiate!
Definition at line 68 of file Teuchos_SerializationTraits.hpp.
1.7.6.1