Libosmium  2.15.5
Fast and flexible C++ library for working with OpenStreetMap data
Classes | Namespaces | Functions
cast.hpp File Reference
#include <osmium/util/compatibility.hpp>
#include <cassert>
#include <cstdint>
#include <limits>
#include <type_traits>
Include dependency graph for cast.hpp:
This graph shows which files directly or indirectly include this file:

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_DEPRECATEDosmium::static_cast_with_assert (const F value)
 
template<typename T , typename F >
OSMIUM_DEPRECATEDosmium::static_cast_with_assert (const F value)