SDSL 3.0.1
Succinct Data Structure Library
Loading...
Searching...
No Matches
iterators.hpp File Reference

iterators.hpp contains an generic iterator for random access containers. More...

#include <iterator>
#include <type_traits>
#include <sdsl/int_vector.hpp>

Go to the source code of this file.

Classes

class  sdsl::random_access_const_iterator< t_rac >
 Generic iterator for a random access container. More...
 
struct  sdsl::random_access_container< t_F >
 

Namespaces

namespace  sdsl
 Namespace for the succinct data structure library.
 

Functions

template<class t_rac >
random_access_const_iterator< t_rac >::difference_type sdsl::operator- (const random_access_const_iterator< t_rac > &x, const random_access_const_iterator< t_rac > &y)
 
template<class t_rac >
random_access_const_iterator< t_rac > sdsl::operator+ (typename random_access_const_iterator< t_rac >::difference_type n, const random_access_const_iterator< t_rac > &it)
 

Detailed Description

iterators.hpp contains an generic iterator for random access containers.

Author
Simon Gog

Definition in file iterators.hpp.