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

#include <raw.hpp>

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

Public Types

typedef void result_type
 

Public Member Functions

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

Public Attributes

Streamstream
 

Detailed Description

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

Definition at line 757 of file raw.hpp.

Member Typedef Documentation

◆ result_type

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

Definition at line 762 of file raw.hpp.

Constructor & Destructor Documentation

◆ unpack_static_variant()

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

Definition at line 760 of file raw.hpp.

760:stream(s){}
char * s

Member Function Documentation

◆ operator()()

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

Definition at line 763 of file raw.hpp.

764 {
766 }
void unpack(Stream &s, std::deque< T > &value)
Definition raw.hpp:540
Here is the call graph for this function:

Member Data Documentation

◆ stream

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

Definition at line 759 of file raw.hpp.


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