#include <cassert>
#include <cstddef>
#include <iterator>
#include <iosfwd>
#include <type_traits>
#include <osmium/memory/item.hpp>
#include <osmium/osm/item_type.hpp>
Go to the source code of this file.
|
| osmium |
| Namespace for everything in the Osmium library.
|
|
| osmium::memory |
| Memory management of items in buffers and iterators over this data.
|
|
|
template<typename TChar , typename TTraits , typename TMember > |
std::basic_ostream< TChar, TTraits > & | osmium::memory::operator<< (std::basic_ostream< TChar, TTraits > &out, const ItemIterator< TMember > &iter) |
|