#include "assert.hpp"
#include "deep_copy_ptr.hpp"
#include "interface.hpp"
#include "selector.hpp"
#include <iterator>
Go to the source code of this file.
Classes | |
class | eagine::any_forward_iterator< VT, RT, PT, DT > |
Type erasure for forward iterators. More... | |
Namespaces | |
eagine | |
Common code is placed in this namespace. | |
Typedefs | |
template<typename T > | |
using | eagine::any_std_forward_iterator = any_forward_iterator< T, const T &, const T *, std::ptrdiff_t > |
Alias for type erased STL forward iterators. | |
Copyright Matus Chochlik. Distributed under the Boost Software License, Version 1.0. See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt