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

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

Detailed Description

template<typename container_collection_type, typename change_counter_type, typename id_generator_type>
struct viennagrid::result_of::physical_inserter< container_collection_type, change_counter_type, id_generator_type >

Helper metafunction for obtaining the physical inserter for a container collection. Inserts an element, not just a reference.

Template Parameters:
container_collection_typeThe container collection in which to insert
change_counter_typeType of the status counter (incremented at each change
id_generator_typeType of the ID generator used for assigning an ID to the newly inserted element

Member Typedef Documentation

typedef viennagrid::physical_inserter<container_collection_type, change_counter_type, id_generator_type> type

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