Functor returning the locality metadata information of the mesh container. More...
Public Member Functions | |
return_type | operator() (C *c) const |
Public Types | |
typedef C | container_type |
typedef detail::extract_domain< C > | get_dom_t |
typedef get_dom_t::result_type | domain_type |
typedef domain_type::index_type | index_type |
typedef container_type::tuple_type | tuple_type |
typedef C | component_type |
typedef metadata_entry< domain_type, component_type *, size_t > | dom_info_type |
typedef metadata::flat_container< dom_info_type > | md_cont_type |
typedef std::pair< bool, md_cont_type * > | return_type |
Functor returning the locality metadata information of the mesh container.
C | container type. |
return_type stapl::implicit_regular_mesh_metadata< C >::operator() | ( | C * | c | ) | const |
c | pointer to the container. |