Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
deque_fwd.hpp
Go to the documentation of this file.
1#pragma once
2
3#include <deque>
4
5namespace fc {
6
7 namespace raw {
8 template<typename Stream, typename T>
9 void pack( Stream& s, const std::deque<T>& value );
10 template<typename Stream, typename T>
11 void unpack( Stream& s, std::deque<T>& value );
12 }
13} // namespace fc
Concept for reading and writing characters.
void unpack(Stream &s, std::deque< T > &value)
Definition raw.hpp:540
void pack(Stream &s, const std::deque< T > &value)
Definition raw.hpp:531
namespace sysio::chain
Definition authority.cpp:3
#define value
Definition pkcs11.h:157
char * s