SST  15.1.0
StructuralSimulationToolkit
SST::Core::Serialization::serialize_impl< pvt::raw_ptr_wrapper< ELEM_T > > Struct Template Reference

Version of serialize that works for copying raw pointers (only copying the value of the pointer. More...

#include <serialize_array.h>

Public Member Functions

void operator() (pvt::raw_ptr_wrapper< ELEM_T > &a, serializer &ser, ser_opt_t UNUSED(opt))
 
 SST_FRIEND_SERIALIZE ()
 

Detailed Description

template<typename ELEM_T>
struct SST::Core::Serialization::serialize_impl< pvt::raw_ptr_wrapper< ELEM_T > >

Version of serialize that works for copying raw pointers (only copying the value of the pointer.

Note that this is only useful if the value is going to be sent back to the originator, since it won't be valid on the other rank.


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