framework
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Namespaces | Constant Groups | Typedefs
stl_array.hpp File Reference

Common STL array alias. More...

#include <array>
#include <framework/serializable/mutators/fixed_container.hpp>

Go to the source code of this file.

Namespaces

 framework
 Framework namespace.
 
 framework::serializable
 Serializable namespace.
 

Constant Groups

 framework
 Framework namespace.
 
 framework::serializable
 Serializable namespace.
 

Typedefs

template<std::size_t Size, typename Value >
using framework::serializable::stl_array = fixed_container< Value, std::array< type_extractor< Value >, Size >>
 Common STL array specification.
 

Detailed Description

Common STL array alias.