![]() |
Home | Libraries | People | FAQ | More |
boost::type_erasure::bad_function_call
// In header: <boost/type_erasure/exception.hpp> class bad_function_call : public std::invalid_argument { public: // public member functions bad_function_call(); };
Exception thrown when the arguments to a primitive concept are incorrect.
See Also: call, require_match