Ginger 1.1.5; VERSION ${PROJECT_VERSION}
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
fun::detail::RobinIterableWrapper< T > Struct Template Reference

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
 

Detailed Description

template<typename T>
struct fun::detail::RobinIterableWrapper< T >

Wrapper to make the linked list iterable.

Template Parameters
TThe type of elements in the list

Member Function Documentation

◆ begin()

template<typename T >
auto fun::detail::RobinIterableWrapper< T >::begin ( ) const -> RobinIterator<T>
inline

◆ end()

template<typename T >
auto fun::detail::RobinIterableWrapper< T >::end ( ) const -> RobinIterator<T>
inline

Member Data Documentation

◆ node

template<typename T >
const detail::RobinSlNode<T>* fun::detail::RobinIterableWrapper< T >::node

The documentation for this struct was generated from the following file: