Libosmium  2.20.0
Fast and flexible C++ library for working with OpenStreetMap data
Namespaces | Functions
misc.hpp File Reference
#include <cassert>
#include <cerrno>
#include <cstdlib>
#include <limits>
#include <stdexcept>
#include <tuple>
#include <type_traits>
Include dependency graph for misc.hpp:
This graph shows which files directly or indirectly include this file:

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