#include <sstream>
#include <string>
#include <type_traits>
#include <vector>
Go to the source code of this file.
Classes | |
struct | serialbox::ArrayUtil |
Utilites for Array. More... | |
struct | serialbox::IsArray< T > |
Check if type T is an Array. More... | |
struct | serialbox::IsArray< Array< T > > |
struct | serialbox::MakePrimitive< T > |
Return the primtive type (T::value_type ) if T is an Array or T otherwise. More... | |
Namespaces | |
serialbox | |
Namespace of the serialbox library. | |
Typedefs | |
template<class T > | |
using | serialbox::Array = std::vector< T > |
Array class used by serialbox to store meta-information. | |
This file defines the Array class of serialbox.
Definition in file Array.h.