Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
flat_fwd.hpp File Reference
#include <boost/container/flat_map.hpp>
#include <boost/container/flat_set.hpp>
#include <boost/container/vector.hpp>
#include <boost/interprocess/containers/vector.hpp>
Include dependency graph for flat_fwd.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  fc
 namespace sysio::chain
 
namespace  fc::raw
 

Functions

template<typename Stream , typename T , typename... U>
void fc::raw::pack (Stream &s, const boost::container::vector< T, U... > &value)
 
template<typename Stream , typename T , typename... U>
void fc::raw::unpack (Stream &s, boost::container::vector< T, U... > &value)
 
template<typename Stream , typename T , typename... U>
void fc::raw::pack (Stream &s, const flat_set< T, U... > &value)
 
template<typename Stream , typename T , typename... U>
void fc::raw::unpack (Stream &s, flat_set< T, U... > &value)
 
template<typename Stream , typename T , typename... U>
void fc::raw::pack (Stream &s, const flat_multiset< T, U... > &value)
 
template<typename Stream , typename T , typename... U>
void fc::raw::unpack (Stream &s, flat_multiset< T, U... > &value)
 
template<typename Stream , typename K , typename V , typename... U>
void fc::raw::pack (Stream &s, const flat_map< K, V, U... > &value)
 
template<typename Stream , typename K , typename V , typename... U>
void fc::raw::unpack (Stream &s, flat_map< K, V, U... > &value)
 
template<typename Stream , typename K , typename V , typename... U>
void fc::raw::pack (Stream &s, const flat_multimap< K, V, U... > &value)
 
template<typename Stream , typename K , typename V , typename... U>
void fc::raw::unpack (Stream &s, flat_multimap< K, V, U... > &value)