Libosmium
2.15.3
Fast and flexible C++ library for working with OpenStreetMap data
|
#include <osmium/util/compatibility.hpp>
#include <cassert>
#include <cstdint>
#include <limits>
#include <type_traits>
Go to the source code of this file.
Classes | |
struct | osmium::are_real_integers< A, B > |
Namespaces | |
osmium | |
Namespace for everything in the Osmium library. | |
Functions | |
template<typename T , typename F , typename std::enable_if< are_real_integers< T, F >::value &&std::is_same< T, F >::value, int >::type = 0> | |
OSMIUM_DEPRECATED T | osmium::static_cast_with_assert (const F value) |
template<typename T , typename F > | |
OSMIUM_DEPRECATED T | osmium::static_cast_with_assert (const F value) |