Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
fc::raw::pack_static_variant< Stream > Struct Template Reference

#include <raw.hpp>

Collaboration diagram for fc::raw::pack_static_variant< Stream >:

Public Types

typedef void result_type
 

Public Member Functions

 pack_static_variant (Stream &s)
 
template<typename T >
void operator() (const T &v) const
 

Public Attributes

Streamstream
 

Detailed Description

template<typename Stream>
struct fc::raw::pack_static_variant< Stream >

Definition at line 744 of file raw.hpp.

Member Typedef Documentation

◆ result_type

template<typename Stream >
void fc::raw::pack_static_variant< Stream >::result_type

Definition at line 749 of file raw.hpp.

Constructor & Destructor Documentation

◆ pack_static_variant()

template<typename Stream >
fc::raw::pack_static_variant< Stream >::pack_static_variant ( Stream & s)
inline

Definition at line 747 of file raw.hpp.

747:stream(s){}
char * s

Member Function Documentation

◆ operator()()

template<typename Stream >
template<typename T >
void fc::raw::pack_static_variant< Stream >::operator() ( const T & v) const
inline

Definition at line 750 of file raw.hpp.

751 {
752 fc::raw::pack( stream, v );
753 }
void pack(Stream &s, const std::deque< T > &value)
Definition raw.hpp:531
Here is the call graph for this function:

Member Data Documentation

◆ stream

template<typename Stream >
Stream& fc::raw::pack_static_variant< Stream >::stream

Definition at line 746 of file raw.hpp.


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