Determine if the function is empty (i.e., has no target). */
| 624 | |
| 625 | /** Determine if the function is empty (i.e., has no target). */ |
| 626 | bool empty() const { return !vtable; } |
| 627 | |
| 628 | /** Retrieve the type of the stored function object, or BOOST_SP_TYPEID(void) |
| 629 | if this is empty. */ |
no outgoing calls
no test coverage detected