SDSL 3.0.3
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- (random_access_const_iterator< t_rac > const &x, random_access_const_iterator< t_rac > const &y)
template<class t_rac>
random_access_const_iterator< t_rac > sdsl::operator+ (typename random_access_const_iterator< t_rac >::difference_type n, random_access_const_iterator< t_rac > const &it)

Detailed Description

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

Author
Simon Gog

Definition in file iterators.hpp.