SST  6.0.0
StructuralSimulationToolkit
SST::Core::Serialization::serialize< pvt::ser_array_wrapper< T, IntType >, typename std::enable_if< std::is_fundamental< T >::value||std::is_enum< T >::value >::type > Class Template Reference

Version of serialize that works for dynamically allocated arrays of fundamental types and enums. More...

#include <serialize_array.h>

Public Member Functions

void operator() (pvt::ser_array_wrapper< T, IntType > arr, serializer &ser)
 

Detailed Description

template<class T, class IntType>
class SST::Core::Serialization::serialize< pvt::ser_array_wrapper< T, IntType >, typename std::enable_if< std::is_fundamental< T >::value||std::is_enum< T >::value >::type >

Version of serialize that works for dynamically allocated arrays of fundamental types and enums.


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