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

#include <raw.hpp>

Static Public Member Functions

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

Detailed Description

Definition at line 373 of file raw.hpp.

Member Function Documentation

◆ pack()

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

Definition at line 375 of file raw.hpp.

◆ unpack()

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

Definition at line 381 of file raw.hpp.


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