ViennaGrid - The Vienna Grid Library
2.1.0
|
Helper metafunction for obtaining the recursive inserter type for a container collection. More...
#include <inserter.hpp>
Public Types | |
typedef viennagrid::recursive_inserter < container_collection_type, change_counter_type, dependent_inserter_type > | type |
Helper metafunction for obtaining the recursive inserter type for a container collection.
container_collection_type | The container collection in which to insert |
change_counter_type | Type of the status counter (incremented at each change |
dependent_inserter_type | Inserter type for other containers which is called after the insert |
typedef viennagrid::recursive_inserter<container_collection_type, change_counter_type, dependent_inserter_type> type |