Comparator used to identify adjacent elements in the vector of partition information that belong to different locations.
More...
|
template<typename PartitionInfoRef > |
result_type | operator() (PartitionInfoRef lh, PartitionInfoRef rh) |
| Returns whether the location id of the first parameter is not equal to the location id of the second parameter. More...
|
|
Comparator used to identify adjacent elements in the vector of partition information that belong to different locations.
◆ operator()()
template<typename PartitionInfoRef >
result_type stapl::cm_impl::part_loc_neq::operator() |
( |
PartitionInfoRef |
lh, |
|
|
PartitionInfoRef |
rh |
|
) |
| |
Returns whether the location id of the first parameter is not equal to the location id of the second parameter.
- Parameters
-
lh | tuple of partial domain, partition id, and location id |
rh | tuple of partial domain, partition id, and location id |
- Returns
- true if the location id of lh is not equal the location id of rh
The documentation for this struct was generated from the following file:
- local_partition_utils.hpp