Libosmium
2.20.0
Fast and flexible C++ library for working with OpenStreetMap data
|
#include <cassert>
#include <cerrno>
#include <cstdlib>
#include <limits>
#include <stdexcept>
#include <tuple>
#include <type_traits>
Go to the source code of this file.
Namespaces | |
namespace | osmium |
Namespace for everything in the Osmium library. | |
Functions | |
template<typename... Ts> | |
std::tuple< const Ts &... > | osmium::const_tie (const Ts &... args) noexcept |