Mirror reflection library 0.5.13

mirror::simple_container_tag Struct Reference

Tag for simple multi-value single type containers. More...

#include <mirror/cntnr_kind_tags.hpp>

Inheritance diagram for mirror::simple_container_tag:
Collaboration diagram for mirror::simple_container_tag:

Detailed Description

Tag for simple multi-value single type containers.

Examples of simple containers are the containers from the standard library, like vector, list, set, etc. Such container classes only contain the elements and do not have any member variables.

For simple container classes X the following is true:

  mp::empty<all_member_variables<reflected_type<X> > >::value;
  mp::size<all_containers<reflected_type<X> >::value == 1;

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

Copyright © 2006-2011 Matus Chochlik, University of Zilina, Zilina, Slovakia.
<matus.chochlik -at- fri.uniza.sk>
<chochlik -at -gmail.com>
Documentation generated on Fri Dec 16 2011 by Doxygen (version 1.7.3).
Important note: Although the 'boostified' version of Mirror uses the Boost C++ libraries Coding Guidelines and is implemented inside of the boost namespace, it IS NOT an officially reviewed and accepted Boost library. Mirror is being developed with the intention to be submitted for review for inclusion to the Boost C++ libraries.