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::storage::fixedArrMemcpyWrite< T, N > Struct Template Reference

#include <storage.H>

Inheritance diagram for hobbes::storage::fixedArrMemcpyWrite< T, N >:
Inheritance graph
Collaboration diagram for hobbes::storage::fixedArrMemcpyWrite< T, N >:
Collaboration graph

Static Public Member Functions

static size_t size (const T(&v)[N])
 
static bool write (wpipe &p, const T(&v)[N])
 

Member Function Documentation

◆ size()

template<typename T , size_t N>
static size_t hobbes::storage::fixedArrMemcpyWrite< T, N >::size ( const T(&)  v[N])
inlinestatic

◆ write()

template<typename T , size_t N>
static bool hobbes::storage::fixedArrMemcpyWrite< T, N >::write ( wpipe p,
const T(&)  v[N] 
)
inlinestatic

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