MTL 4: mtl::TraversableMutableCollection< Tag, C > Struct Template Reference
#include <collection.hpp>
Inherits MutableCollection< C >.
Public Types | |
typedef associated_type | cursor_type |
Associated type: return type of tagged begin function. | |
Public Member Functions | |
cursor_type | begin (const C &c) |
Tagged free function that returns a cursor or iterator at the begin of an interval. | |
cursor_type | end (const C &c) |
Tagged free function that returns a cursor or iterator at the end of an interval. |
cursor_type mtl::TraversableMutableCollection< Tag, C >::begin | ( | const C & | c | ) |
Tagged free function that returns a cursor or iterator at the begin of an interval.
The interval is specified by the Tag, i.e. the function is called begin<Tag>(c);
cursor_type mtl::TraversableMutableCollection< Tag, C >::end | ( | const C & | c | ) |
Tagged free function that returns a cursor or iterator at the end of an interval.
The interval is specified by the Tag, i.e. the function is called end<Tag>(c);
mtl::TraversableMutableCollection< Tag, C > Struct Template Reference -- MTL 4 -- Peter Gottschling and Andrew Lumsdaine
-- Gen. with
rev. 7542
on 7 Apr 2011 by doxygen 1.5.9 -- © 2010 by SimuNova UG.