Libosmium  2.7.1
Fast and flexible C++ library for working with OpenStreetMap data
Public Member Functions | Public Attributes | List of all members
osmium::thread::function_wrapper::impl_type< F > Struct Template Reference
Inheritance diagram for osmium::thread::function_wrapper::impl_type< F >:
Inheritance graph
[legend]
Collaboration diagram for osmium::thread::function_wrapper::impl_type< F >:
Collaboration graph
[legend]

Public Member Functions

 impl_type (F &&functor)
 
bool call () override
 
- Public Member Functions inherited from osmium::thread::function_wrapper::impl_base
virtual ~impl_base ()=default
 

Public Attributes

m_functor
 

Constructor & Destructor Documentation

template<typename F >
osmium::thread::function_wrapper::impl_type< F >::impl_type ( F &&  functor)
inlineexplicit

Member Function Documentation

template<typename F >
bool osmium::thread::function_wrapper::impl_type< F >::call ( )
inlineoverridevirtual

Member Data Documentation

template<typename F >
F osmium::thread::function_wrapper::impl_type< F >::m_functor

The documentation for this struct was generated from the following file: