Function pointers
| 340 | |
| 341 | // Function pointers |
| 342 | static inline void |
| 343 | manager(const function_buffer& in_buffer, function_buffer& out_buffer, |
| 344 | functor_manager_operation_type op, function_ptr_tag) |
| 345 | { |
| 346 | functor_manager_common<Functor>::manage_ptr(in_buffer,out_buffer,op); |
| 347 | } |
| 348 | |
| 349 | // Function objects that fit in the small-object buffer. |
| 350 | static inline void |
no outgoing calls
no test coverage detected