Elm  2
ELM is a library providing generic data structures, OS-independent interface, plugins and XML.
ConstPreIter< I, T > Class Template Reference

#include <elm/iter.h>

Public Member Functions

const T & operator* () const
 
operator-> () const
 

Detailed Description

template<class I, class T>
class elm::ConstPreIter< I, T >

This class is an helper to define constant iterator. See PreIter for more details.

Parameters
IDefined iterator.
TType of iterated items.

Member Function Documentation

◆ operator*()

const T& operator* ( ) const
inline

◆ operator->()

T operator-> ( ) const
inline

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