Home
last modified time | relevance | path

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

/third_party/boost/libs/type_index/examples/
Dexact_types_match.cpp38 void* function_ptr_; member in type_erased_unary_function
44 …: function_ptr_(reinterpret_cast<void*>(ptr)) // ptr - is a pointer to function returning `void` a… in type_erased_unary_function()
54 return (reinterpret_cast<void(*)(ParamT)>(function_ptr_))(v); in call()
/third_party/boost/boost/move/detail/
Dtype_traits.hpp957 function_ptr function_ptr_; member