ViennaGrid - The Vienna Grid Library  2.1.0
Public Types
element_container< WrappedConfigType, ElementTagT > Struct Template Reference

Creates a container for a specified ElementTagT for the mesh container collection based on a wrapped config. If a container collection is used as first argument, the container for the element with tag ElementTagT within the container collection is returned. More...

#include <mesh_config.hpp>

Public Types

typedef viennagrid::element
< ElementTagT,
WrappedConfigType > 
element_type
typedef
viennagrid::result_of::container
< element_type, typename
query_element_container_tag
< WrappedConfigType,
ElementTagT >::type >::type 
type

Detailed Description

template<typename WrappedConfigType, typename ElementTagT>
struct viennagrid::config::result_of::element_container< WrappedConfigType, ElementTagT >

Creates a container for a specified ElementTagT for the mesh container collection based on a wrapped config. If a container collection is used as first argument, the container for the element with tag ElementTagT within the container collection is returned.


Member Typedef Documentation

typedef viennagrid::element<ElementTagT, WrappedConfigType> element_type
typedef viennagrid::result_of::container<element_type, typename query_element_container_tag<WrappedConfigType, ElementTagT>::type >::type type

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