ViennaGrid - The Vienna Grid Library
2.1.0
|
Helper metafunction for obtaining the physical inserter for a container collection. Inserts an element, not just a reference. More...
#include <inserter.hpp>
Public Types | |
typedef viennagrid::physical_inserter < container_collection_type, change_counter_type, id_generator_type > | type |
Helper metafunction for obtaining the physical inserter for a container collection. Inserts an element, not just a reference.
container_collection_type | The container collection in which to insert |
change_counter_type | Type of the status counter (incremented at each change |
id_generator_type | Type of the ID generator used for assigning an ID to the newly inserted element |
typedef viennagrid::physical_inserter<container_collection_type, change_counter_type, id_generator_type> type |