A set of GIDs, where every element in the registry is considered in the set.
More...
|
| single_implied_gid_set (Registry *registry) |
|
void | add (gid_type const &v) |
| Add a GID to the set. Does nothing for implied sets.
|
|
iterator | begin () |
| An iterator to the element referenced by the first GID in the set.
|
|
iterator | end () |
| An iterator to the one past the last element in the registry.
|
|
void | swap (single_implied_gid_set &other) |
| Swap the storage with another GID set. Does nothing.
|
|
void | clear () |
| Clear the GID set. Does nothing.
|
|
|
using | gid_type = typename base_container_type::gid_type |
|
using | iterator = typename base_container_type::iterator |
|
template<typename Registry>
class stapl::cm_impl::single_implied_gid_set< Registry >
A set of GIDs, where every element in the registry is considered in the set.
- Template Parameters
-
Registry | The container manager's registry type |
The documentation for this class was generated from the following file: