Determine if the function is empty (i.e., has no target). */
| 613 | |
| 614 | /** Determine if the function is empty (i.e., has no target). */ |
| 615 | bool empty() const { return !vtable; } |
| 616 | |
| 617 | /** Retrieve the type of the stored function object, or type_id<void>() |
| 618 | if this is empty. */ |
no outgoing calls
no test coverage detected