openMSX
|
#include <serialize_stl.hh>
Static Public Member Functions | |
static void | prepare (std::vector< T > &v, int n) |
static auto | output (std::vector< T > &v) |
![]() | |
static auto | begin (const std::vector< T > &t) |
static auto | end (const std::vector< T > &t) |
static void | prepare (std::vector< T > &t, int) |
static auto | output (std::vector< T > &t) |
Static Public Attributes | |
static constexpr bool | loadInPlace = false |
![]() | |
static constexpr int | size |
static constexpr bool | loadInPlace |
Additional Inherited Members | |
![]() | |
using | value_type = typename T::value_type |
Definition at line 38 of file serialize_stl.hh.
|
inlinestatic |
Definition at line 50 of file serialize_stl.hh.
|
inlinestatic |
Definition at line 47 of file serialize_stl.hh.
|
staticconstexpr |
Definition at line 46 of file serialize_stl.hh.