Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
fc::raw::detail::if_class< IsClass > Struct Template Reference

#include <raw.hpp>

Static Public Member Functions

template<typename Stream , typename T >
static void pack (Stream &s, const T &v)
 
template<typename Stream , typename T >
static void unpack (Stream &s, T &v)
 

Detailed Description

template<typename IsClass = fc::true_type>
struct fc::raw::detail::if_class< IsClass >

Definition at line 370 of file raw.hpp.

Member Function Documentation

◆ pack()

template<typename IsClass = fc::true_type>
template<typename Stream , typename T >
static void fc::raw::detail::if_class< IsClass >::pack ( Stream & s,
const T & v )
inlinestatic

Definition at line 372 of file raw.hpp.

372{ s << v; }
char * s

◆ unpack()

template<typename IsClass = fc::true_type>
template<typename Stream , typename T >
static void fc::raw::detail::if_class< IsClass >::unpack ( Stream & s,
T & v )
inlinestatic

Definition at line 374 of file raw.hpp.

374{ s >> v; }

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