Iros
 
Loading...
Searching...
No Matches
move_iterator.h File Reference

Go to the source code of this file.

Classes

class  di::container::MoveIterator< Iter >
 

Namespaces

namespace  di
 
namespace  di::container
 

Functions

template<typename Iter, concepts::EqualityComparableWith< Iter > U>
constexpr auto di::container::operator== (MoveIterator< Iter > const &a, MoveIterator< U > const &b) -> bool
 
template<typename Iter, concepts::ThreeWayComparableWith< Iter > U>
constexpr auto di::container::operator<=> (MoveIterator< Iter > const &a, MoveIterator< U > const &b)
 
template<typename Iter, typename U>
constexpr auto di::container::operator- (MoveIterator< Iter > const &a, MoveIterator< U > const &b) -> decltype(a.base() - b.base())
 
template<concepts::InputIterator Iter>
constexpr auto di::container::make_move_iterator (Iter iterator)