qxLib
Classes
base_iterator.h File Reference
#include <qx/meta/concepts.h>
#include <iterator>
#include <ranges>

Go to the source code of this file.

Classes

class  qx::base_iterator< container_t >
 Base contiguous iterator with a container pointer and an index. More...
 
class  qx::base_forward_iterator< container_t, derived_t >
 Basic contiguous forward iterator, meaning that incrementing an iterator will lead it moving forward. More...
 
class  qx::base_reverse_iterator< container_t, derived_t >
 Basic contiguous reverse iterator, meaning that incrementing an iterator will lead it moving backward. More...
 

Detailed Description

Author
Khrapov
Date
2.12.2023

Definition in file base_iterator.h.