Can be specialized for a concrete derived RecursiveMemberReflector to reflect the items of collections like vectors, arrays, lists, maps, etc.
More...
#include <serialization/ReflectCollection.h>
|
typedef Container::value_type | type |
|
|
static void | reflect (Reflector &r, Container &c) |
|
template<typename Reflector, typename Container>
struct mira::serialization::ReflectCollectionItems< Reflector, Container >
Can be specialized for a concrete derived RecursiveMemberReflector to reflect the items of collections like vectors, arrays, lists, maps, etc.
This default implementation reflects the items with name "item" and id "item[n]".
◆ type
typedef Container::value_type type |
◆ reflect()
static void reflect |
( |
Reflector & |
r, |
|
|
Container & |
c |
|
) |
| |
|
inlinestatic |
The documentation for this struct was generated from the following file: