class
IteratorWrapperContents
- Reference
Simple wrapper class used to use the PathManager iterator with syntactic sugar like so:
for (const auto& constraint : get_related_constraints(c)) {...}
❱ Public functions
-
auto begin() -> PathManager::
iterator - Return the initial iterator.
-
auto end() -> PathManager::
iterator - Return the final iterator.