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_type > | type |
Metafunction returning the container used for storing the n-cells in the domain. Specialization for a cells.
typedef result_of::ncell<ConfigType, cell_level>::type element_type |
typedef std::deque< element_type > type |