BitShares-Core  7.0.2
BitShares blockchain node software and command-line wallet software
Static Public Member Functions | List of all members
fc::raw::detail::if_reflected< IsReflected > Struct Template Reference

#include <raw.hpp>

Static Public Member Functions

template<typename Stream , typename T >
static void pack (Stream &s, const T &v, uint32_t _max_depth)
 
template<typename Stream , typename T >
static void unpack (Stream &s, T &v, uint32_t _max_depth)
 

Detailed Description

template<typename IsReflected = std::false_type>
struct fc::raw::detail::if_reflected< IsReflected >

Definition at line 524 of file raw.hpp.

Member Function Documentation

◆ pack()

template<typename IsReflected = std::false_type>
template<typename Stream , typename T >
static void fc::raw::detail::if_reflected< IsReflected >::pack ( Stream &  s,
const T &  v,
uint32_t  _max_depth 
)
inlinestatic

Definition at line 526 of file raw.hpp.

◆ unpack()

template<typename IsReflected = std::false_type>
template<typename Stream , typename T >
static void fc::raw::detail::if_reflected< IsReflected >::unpack ( Stream &  s,
T &  v,
uint32_t  _max_depth 
)
inlinestatic

Definition at line 531 of file raw.hpp.


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