|
SolidUtils
|
Classes | |
| class | Iterator |
Public Member Functions | |
| ValueSet (FixedPriorityQueue< K, V > const *const q) | |
| Create a new value set. More... | |
| Iterator | begin () const noexcept |
| Get the forward iterator to the start of the set. More... | |
| Iterator | end () const noexcept |
| Get the forward iterator to the end of the set. More... | |
|
inline |
Create a new value set.
| q | The priority queue. |
|
inlinenoexcept |
Get the forward iterator to the start of the set.
|
inlinenoexcept |
Get the forward iterator to the end of the set.
1.8.13