#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 Tis an Array.  More... | |
| struct | serialbox::IsArray< Array< T > > | 
| struct | serialbox::MakePrimitive< T > | 
| Return the primtive type ( T::value_type) ifTis an Array orTotherwise.  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.