BitShares-Core  7.0.2
BitShares blockchain node software and command-line wallet software
Classes | Namespaces | Functions
zeroed_array.hpp File Reference
#include <fc/io/raw_fwd.hpp>

Go to the source code of this file.

Classes

class  fc::zero_initialized_array< T, N >
 
class  fc::zero_initialized_array< unsigned char, N >
 
struct  fc::get_typename< zero_initialized_array< T, N > >
 
class  std::tuple_size< fc::zero_initialized_array< T, N > >
 

Namespaces

 fc
 
 fc::raw
 
 std
 

Functions

template<size_t N>
void fc::to_variant (const zero_initialized_array< unsigned char, N > &bi, variant &v, uint32_t max_depth=1)
 
template<size_t N>
void fc::from_variant (const variant &v, zero_initialized_array< unsigned char, N > &bi, uint32_t max_depth=1)
 
template<typename Stream , size_t N>
void fc::raw::pack (Stream &s, const zero_initialized_array< unsigned char, N > &v, uint32_t _max_depth)
 
template<typename Stream , size_t N>
void fc::raw::unpack (Stream &s, zero_initialized_array< unsigned char, N > &v, uint32_t _max_depth)