omegalib
13.1
|
List is usually a lightweight wrapper around a standard library list implementation. More...
#include <otypes.h>
Public Types | |
typedef std::pair< typename List< T >::iterator, typename List< T >::iterator > | Range |
typedef std::pair< typename List< T >::const_iterator, typename List< T >::const_iterator > | ConstRange |
List is usually a lightweight wrapper around a standard library list implementation.
typedef std::pair< typename List<T>::const_iterator, typename List<T>::const_iterator> omicron::List< T >::ConstRange |
typedef std::pair< typename List<T>::iterator, typename List<T>::iterator> omicron::List< T >::Range |