#include <gemmi/iterator.hpp>
template<typename Redirect, typename Value>
IndirectIterPolicy class
Contents
Public types
- using value_type = Value
- using const_policy = IndirectIterPolicy<Redirect const, Value const >
Constructors, destructors, conversion operators
- IndirectIterPolicy()
-
IndirectIterPolicy(Redirect* redir,
std::
vector<int>::const_iterator cur) - operator const_policy() const
Public functions
- void increment()
- void decrement()
- auto equal(const IndirectIterPolicy& o) const -> bool
- auto dereference() -> Value&