Teuchos - Trilinos Tools Package
Version of the Day
|
Encapsulate how an array of non-const serialized objects with value sematics stored in a char[]
array is deserialized to a T[]
array and then serialized back again.
More...
#include <Teuchos_SerializationTraitsHelpers.hpp>
Encapsulate how an array of non-const serialized objects with value sematics stored in a char[]
array is deserialized to a T[]
array and then serialized back again.
Default version templated on bool indicating whether direct serialization is supported. The default version is empty with specializations below for direct and indirect serialization.
Definition at line 131 of file Teuchos_SerializationTraitsHelpers.hpp.