|
y3c-stl 0.4.0
Friendly C++ STL wrapper with automatic stacktrace
|
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 |