y3c-stl 0.3.3
Friendly C++ STL wrapper with automatic stacktrace
Loading...
Searching...
No Matches
iterator.h File Reference
#include "y3c/terminate.h"
#include "y3c/life.h"
#include "y3c/wrap.h"
#include <memory>
Include dependency graph for iterator.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  contiguous_iterator< element_type >
 array, vector など各種コンテナのイテレータ More...
 

Namespaces

namespace  y3c
 
namespace  y3c::internal
 

Functions

template<typename element_type >
element_type * unwrap (const contiguous_iterator< element_type > &wrapper) noexcept
 
template<typename T >
bool operator== (const contiguous_iterator< T > &lhs, const contiguous_iterator< T > &rhs)
 
template<typename T >
bool operator!= (const contiguous_iterator< T > &lhs, const contiguous_iterator< T > &rhs)
 
template<typename T >
bool operator< (const contiguous_iterator< T > &lhs, const contiguous_iterator< T > &rhs)
 
template<typename T >
bool operator> (const contiguous_iterator< T > &lhs, const contiguous_iterator< T > &rhs)
 
template<typename T >
bool operator<= (const contiguous_iterator< T > &lhs, const contiguous_iterator< T > &rhs)
 
template<typename T >
bool operator>= (const contiguous_iterator< T > &lhs, const contiguous_iterator< T > &rhs)
 
template<typename element_type >
element_type * unwrap (const internal::contiguous_iterator< element_type > &wrapper) noexcept