Determine if the function is empty (i.e., has no target). */
| 599 | |
| 600 | /** Determine if the function is empty (i.e., has no target). */ |
| 601 | bool empty() const { return !vtable; } |
| 602 | |
| 603 | /** Retrieve the type of the stored function object, or type_id<void>() |
| 604 | if this is empty. */ |
no outgoing calls
no test coverage detected