h5cpp  0.5.0
A modern C++ wrapper for the HDF5 C library
hdf5::VarLengthBufferTrait< T > Struct Template Reference

variable length buffer trait More...

#include <types.hpp>

Static Public Member Functions

static void to_buffer (const T &, VarLengthDataBuffer &)
 
static void from_buffer (const VarLengthDataBuffer &, T &)
 

Detailed Description

template<typename T>
struct hdf5::VarLengthBufferTrait< T >

This trait provides conversion functions from an instance of T to a variable length data buffer and back.

Member Function Documentation

◆ from_buffer()

template<typename T >
static void hdf5::VarLengthBufferTrait< T >::from_buffer ( const VarLengthDataBuffer ,
T &   
)
inlinestatic

◆ to_buffer()

template<typename T >
static void hdf5::VarLengthBufferTrait< T >::to_buffer ( const T &  ,
VarLengthDataBuffer  
)
inlinestatic

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