|
Ginger 1.1.5; VERSION ${PROJECT_VERSION}
|
Wrapper to make the linked list iterable. More...
#include <robin.hpp>
Public Member Functions | |
| auto | begin () const -> RobinIterator< T > |
| auto | end () const -> RobinIterator< T > |
Public Attributes | |
| const detail::RobinSlNode< T > * | node |
Wrapper to make the linked list iterable.
| T | The type of elements in the list |
|
inline |
|
inline |
| const detail::RobinSlNode<T>* fun::detail::RobinIterableWrapper< T >::node |