Function pointers
| 325 | |
| 326 | // Function pointers |
| 327 | static inline void |
| 328 | manager(const function_buffer& in_buffer, function_buffer& out_buffer, |
| 329 | functor_manager_operation_type op, function_ptr_tag) |
| 330 | { |
| 331 | functor_manager_common<Functor>::manage_ptr(in_buffer,out_buffer,op); |
| 332 | } |
| 333 | |
| 334 | // Function objects that fit in the small-object buffer. |
| 335 | static inline void |
no outgoing calls
no test coverage detected