Home
last modified time | relevance | path

Searched refs:functor_wrapper (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/function/
H A Dfunction_base.hpp233 struct functor_wrapper: public F, public A struct
235 functor_wrapper( F f, A a ): in functor_wrapper() argument
241 functor_wrapper(const functor_wrapper& f) : in functor_wrapper() function
440 typedef functor_wrapper<Functor,Allocator> functor_wrapper_type; in manager()
H A Dfunction_template.hpp592 typedef functor_wrapper<FunctionObj,Allocator> functor_wrapper_type; in assign_functor_a()