|
|
using | difference_type = std::ptrdiff_t |
|
using | value_type = T |
|
using | pointer = std::shared_ptr<const T> |
|
using | reference = std::shared_ptr<const T> |
|
using | iterator_category = std::forward_iterator_tag |
|
|
template<typename Wrapper> |
| | const_iterator (Wrapper wrapper) |
|
| const_iterator (const const_iterator &rhs) |
|
const_iterator & | operator= (const const_iterator &that) |
|
const_iterator & | operator++ () |
|
const_iterator | operator++ (int) |
|
reference | operator* () const |
|
pointer | operator-> () const |
|
bool | operator== (const const_iterator &rhs) const |
|
bool | operator!= (const const_iterator &rhs) const |
The documentation for this class was generated from the following file: