CGRA-ME
|
#include <Collections.h>
Public Member Functions | |
auto | begin () const |
auto | end () const |
template<typename Q > | |
auto | find (const Q &q) const |
template<typename Q > | |
std::ptrdiff_t | count (const Q &q) |
Public Attributes | |
const VertexID | v |
For when you want something that behaves similar to a std::.*set
, but with just one element.
Definition at line 125 of file Collections.h.
|
inline |
Definition at line 128 of file Collections.h.
|
inline |
Definition at line 132 of file Collections.h.
|
inline |
Definition at line 129 of file Collections.h.
|
inline |
Definition at line 131 of file Collections.h.
const VertexID SingleItemImmutableSet< VertexID >::v |
Definition at line 126 of file Collections.h.