Teuchos - Trilinos Tools Package
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! More... | |
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.
|
inlinestatic |
This function should not compile if there is an attempt to instantiate!
Definition at line 72 of file Teuchos_SerializationTraits.hpp.