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_class< uint32_t, void > Struct Reference

#include <raw.hpp>

Static Public Member Functions

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

Detailed Description

Definition at line 421 of file raw.hpp.

Member Function Documentation

◆ pack()

template<typename Stream >
static void fc::raw::detail::if_class< uint32_t, void >::pack ( Stream &  s,
const uint32_t  v,
uint32_t  _max_depth 
)
inlinestatic

Definition at line 423 of file raw.hpp.

◆ unpack()

template<typename Stream >
static void fc::raw::detail::if_class< uint32_t, void >::unpack ( Stream &  s,
uint32_t &  v,
uint32_t  _max_depth 
)
inlinestatic

Definition at line 429 of file raw.hpp.


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