SST 15.0
Structural Simulation Toolkit
SST::Core::Serialization::serialize_impl< T, std::enable_if_t< std::is_arithmetic_v< T >||std::is_enum_v< T > > > Class Template Reference

Version of serialize that works for arithmetic and enum types. More...

#include <serialize.h>

Public Member Functions

void operator() (T &t, serializer &ser, ser_opt_t options)
 
 SST_FRIEND_SERIALIZE ()
 
void operator() (T &t, serializer &ser, ser_opt_t UNUSED(options))
 

Detailed Description

template<class T>
class SST::Core::Serialization::serialize_impl< T, std::enable_if_t< std::is_arithmetic_v< T >||std::is_enum_v< T > > >

Version of serialize that works for arithmetic and enum types.


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