ROSE 0.11.145.147
Public Types | List of all members
Sawyer::Container::IndexedListTraits< T > Struct Template Reference

Description

template<class T>
struct Sawyer::Container::IndexedListTraits< T >

Traits for indexed lists.

Definition at line 25 of file IndexedList.h.

#include <Sawyer/IndexedList.h>

Public Types

typedef T::NodeIterator NodeIterator
 
typedef T::ValueIterator ValueIterator
 

Member Typedef Documentation

◆ NodeIterator

template<class T >
typedef T::NodeIterator Sawyer::Container::IndexedListTraits< T >::NodeIterator

Definition at line 26 of file IndexedList.h.

◆ ValueIterator

template<class T >
typedef T::ValueIterator Sawyer::Container::IndexedListTraits< T >::ValueIterator

Definition at line 27 of file IndexedList.h.


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