8template <
bool,
bool,
class,
class,
class,
class,
class>
14template <
bool is_const,
class Iterator>
21 typename Iterator::value_type::stashed::value_type
const,
22 typename Iterator::value_type::stashed::value_type>::type;
26 using time_point =
typename Iterator::value_type::stashed::time_point;
36 (other_is_const ==
false || is_const ==
true) &&
44 template <bool other_is_const, class = typename std::enable_if<other_is_const == false || is_const == true>::type>
50 template <
bool other_is_const,
class OtherIterator>
59 template <
bool other_is_const,
class OtherIterator>
66 template <
bool other_is_const,
class OtherIterator>
122 template <
bool,
bool,
class,
class,
class,
class,
class>
125 template <
bool,
bool,
class,
class,
class,
class,
class,
class>
128 template <
bool,
class>
131 template <
class OtherIterator>
typename std::iterator_traits< Iterator >::iterator_category iterator_category
time_point const & when() const
typename std::iterator_traits< Iterator >::difference_type difference_type
reference operator*() const
aged_container_iterator operator++(int)
aged_container_iterator operator--(int)
aged_container_iterator & operator++()
aged_container_iterator & operator--()
pointer operator->() const
aged_container_iterator(OtherIterator const &iter)
friend class aged_container_iterator
bool operator!=(aged_container_iterator< other_is_const, OtherIterator > const &other) const
bool operator==(aged_container_iterator< other_is_const, OtherIterator > const &other) const
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
Iterator const & iterator() const
friend class aged_ordered_container
aged_container_iterator()=default
aged_container_iterator(aged_container_iterator< other_is_const, OtherIterator > const &other)
friend class aged_unordered_container
aged_container_iterator(aged_container_iterator< other_is_const, Iterator > const &other)
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