h5cpp
0.6.1
A modern C++ wrapper for the HDF5 C library
|
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 &) |
This trait provides conversion functions from an instance of T to a variable length data buffer and back.
|
inlinestatic |
|
inlinestatic |