hobbes
a language, embedded compiler, and runtime for efficient dynamic expression evaluation, data storage and analysis
Static Public Member Functions | List of all members
hobbes::net::ioTuple< i, e, Ts > Struct Template Reference

#include <net.H>

Collaboration diagram for hobbes::net::ioTuple< i, e, Ts >:
Collaboration graph

Static Public Member Functions

static void write (int s, const std::tuple< Ts... > &t)
 
static void read (int s, std::tuple< Ts... > *t)
 

Member Function Documentation

◆ read()

template<size_t i, size_t e, typename ... Ts>
static void hobbes::net::ioTuple< i, e, Ts >::read ( int  s,
std::tuple< Ts... > *  t 
)
inlinestatic

◆ write()

template<size_t i, size_t e, typename ... Ts>
static void hobbes::net::ioTuple< i, e, Ts >::write ( int  s,
const std::tuple< Ts... > &  t 
)
inlinestatic

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