Shamrock 2025.10.0
Astrophysical Code
Loading...
Searching...
No Matches
Static Public Member Functions | Static Public Attributes | List of all members
shamalgs::details::SerializeHelperMember< T > Class Template Reference

Static Public Member Functions

static void store (u8 *ptr_store, T val)
 
static T load (const u8 *ptr_load)
 

Static Public Attributes

static constexpr u64 szrepr = sizeof(T)
 

Detailed Description

template<class T>
class shamalgs::details::SerializeHelperMember< T >

Definition at line 28 of file SerializeHelperMember.hpp.

Member Function Documentation

◆ load()

template<class T >
static T shamalgs::details::SerializeHelperMember< T >::load ( const u8 ptr_load)
inlinestatic

Definition at line 35 of file SerializeHelperMember.hpp.

◆ store()

template<class T >
static void shamalgs::details::SerializeHelperMember< T >::store ( u8 ptr_store,
val 
)
inlinestatic

Definition at line 31 of file SerializeHelperMember.hpp.

Member Data Documentation

◆ szrepr

template<class T >
constexpr u64 shamalgs::details::SerializeHelperMember< T >::szrepr = sizeof(T)
staticconstexpr

Definition at line 30 of file SerializeHelperMember.hpp.


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