20 #ifndef BEAST_CONTAINER_DETAIL_AGED_CONTAINER_ITERATOR_H_INCLUDED
21 #define BEAST_CONTAINER_DETAIL_AGED_CONTAINER_ITERATOR_H_INCLUDED
28 template <
bool,
bool,
class,
class,
class,
class,
class>
34 template <
bool is_const,
class Iterator>
42 typename Iterator::value_type::stashed::value_type
const,
43 typename Iterator::value_type::stashed::value_type>::type;
48 using time_point =
typename Iterator::value_type::stashed::time_point;
58 (other_is_const ==
false || is_const ==
true) &&
70 other_is_const ==
false || is_const ==
true>::type>
78 template <
bool other_is_const,
class OtherIterator>
83 other_is_const ==
false || is_const ==
true,
90 template <
bool other_is_const,
class OtherIterator>
98 template <
bool other_is_const,
class OtherIterator>
155 template <
bool,
bool,
class,
class,
class,
class,
class>
158 template <
bool,
bool,
class,
class,
class,
class,
class,
class>
161 template <
bool,
class>
164 template <
class OtherIterator>
aged_container_iterator & operator--()
aged_container_iterator operator--(int)
time_point const & when() const
bool operator==(aged_container_iterator< other_is_const, OtherIterator > const &other) const
aged_container_iterator(aged_container_iterator< other_is_const, Iterator > const &other)
aged_container_iterator(aged_container_iterator< other_is_const, OtherIterator > const &other)
aged_container_iterator operator++(int)
pointer operator->() const
bool operator!=(aged_container_iterator< other_is_const, OtherIterator > const &other) const
aged_container_iterator & operator++()
aged_container_iterator(OtherIterator const &iter)
typename std::iterator_traits< Iterator >::difference_type difference_type
Iterator const & iterator() const
typename std::iterator_traits< Iterator >::iterator_category iterator_category
Associative container where each element is also indexed by time.
Associative container where each element is also indexed by time.
reference operator*() const
auto operator=(aged_container_iterator< other_is_const, OtherIterator > const &other) -> typename std::enable_if< other_is_const==false||is_const==true, aged_container_iterator & >::type
typename Iterator::value_type::stashed::time_point time_point
typename std::conditional< is_const, typename Iterator::value_type::stashed::value_type const, typename Iterator::value_type::stashed::value_type >::type value_type
friend class aged_container_iterator