Segment iterator type retrieval for cells. More...
#include <segment_iterators.hpp>
Public Types | |
typedef segment_t< Config > | segment_type |
typedef element_t< Config, typename Config::cell_tag > | cell_type |
typedef result_of::element_container < segment_type, Config::cell_tag::dim >::type | container_type |
typedef container_type::iterator | iterator |
typedef container_type::const_iterator | const_iterator |
Segment iterator type retrieval for cells.
typedef container_type::const_iterator const_iterator |
typedef result_of::element_container<segment_type, Config::cell_tag::dim>::type container_type |
typedef container_type::iterator iterator |
typedef segment_t<Config> segment_type |