Public Types

element_container< domain_t< ConfigType >, cell_level, cell_level > Struct Template Reference

Metafunction returning the container used for storing the n-cells in the domain. Specialization for a cells. More...

#include <domain.hpp>

Public Types

typedef result_of::ncell
< ConfigType, cell_level >
::type 
element_type
typedef std::deque< element_typetype

Detailed Description

template<typename ConfigType, long cell_level>
struct viennagrid::result_of::element_container< domain_t< ConfigType >, cell_level, cell_level >

Metafunction returning the container used for storing the n-cells in the domain. Specialization for a cells.


Member Typedef Documentation

typedef result_of::ncell<ConfigType, cell_level>::type element_type
typedef std::deque< element_type > type

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