ViennaGrid - The Vienna Grid Library  2.1.0
Public Types
recursive_inserter< container_collection_type, change_counter_type, dependent_inserter_type > Struct Template Reference

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

Detailed Description

template<typename container_collection_type, typename change_counter_type, typename dependent_inserter_type>
struct viennagrid::result_of::recursive_inserter< container_collection_type, change_counter_type, dependent_inserter_type >

Helper metafunction for obtaining the recursive inserter type for a container collection.

Template Parameters:
container_collection_typeThe container collection in which to insert
change_counter_typeType of the status counter (incremented at each change
dependent_inserter_typeInserter type for other containers which is called after the insert

Member Typedef Documentation

typedef viennagrid::recursive_inserter<container_collection_type, change_counter_type, dependent_inserter_type> type

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