cpp · cpp/std--bad_function_call
std--bad_function_call
std::bad_function_call
Thrown by std::function::operator() when the function wrapper holds no callable target (i.e., the std::function object is empty).
Thrown by std::function::operator() when the function wrapper holds no callable target (i.e., the std::function object is empty).