framework
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
List of all members
framework::serializable::tuple_container< Specification, Container > Struct Template Reference

#include <framework/serializable/mutators/tuple_container.hpp>

Inheritance diagram for framework::serializable::tuple_container< Specification, Container >:
framework::serializable::mutator_type< Container >

Detailed Description

template<typename Specification, typename Container>
struct framework::serializable::tuple_container< Specification, Container >

Serializes a tuple-like container using a provided list of value type specifications.

Note
The size of Container may exceed the number of arguments in the parameter pack; any additional arguments will be ignored during serialization.
Template Parameters
Specificationpack_container of values types, defining container element serialization
Containercontainer type

The documentation for this struct was generated from the following file: