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

#include <raw.hpp>

Static Public Member Functions

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

Detailed Description

Definition at line 481 of file raw.hpp.

Member Function Documentation

◆ pack()

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

Definition at line 483 of file raw.hpp.

◆ unpack()

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

Definition at line 487 of file raw.hpp.


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