MCPcopy Create free account
hub / github.com/Naios/function2 / what

Method what

include/function2/function2.hpp:512–514  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

510 }
511
512 char const* what() const noexcept override {
513 return "bad function call";
514 }
515};
516#else
517using std::bad_function_call;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected