any_bidirectional_iterator_instance< V, R, D >::type< I > Struct Template Reference
Detailed Descriptiontemplate<typename V, typename R = V&, typename D = std::ptrdiff_t>
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| typedef optimized_storage_type<I, any_bidirectional_iterator_interface<V, R, D> >::type base_t |
Definition at line 134 of file any_iterator.hpp.
Constructor & Destructor Documentation
| type | ( | const I & | x ) |
Definition at line 138 of file any_iterator.hpp.
Definition at line 141 of file any_iterator.hpp.
| type | ( | ) |
Definition at line 144 of file any_iterator.hpp.
Member Function Documentation
| BOOST_CLASS_REQUIRE | ( | I | , |
| boost | , | ||
| BidirectionalIteratorConcept | |||
| ) |
| void decrement | ( | ) |
Definition at line 153 of file any_iterator.hpp.
| R dereference | ( | ) | const |
Definition at line 147 of file any_iterator.hpp.
| bool equals | ( | const poly_iterator_interface< V, R, D > & | x ) | const |
Definition at line 156 of file any_iterator.hpp.
| bool equals | ( | const any_bidirectional_iterator_interface< V, R, D > & | x ) | const |
Definition at line 162 of file any_iterator.hpp.
| void increment | ( | ) |
Definition at line 150 of file any_iterator.hpp.

