Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Class bad_function_call

boost::type_erasure::bad_function_call

Synopsis

// In header: <boost/type_erasure/exception.hpp>


class bad_function_call : public  {
public:

  // public member functions
  ();
};

Description

Exception thrown when the arguments to a primitive concept are incorrect.

See Also:  call, require_match

bad_function_call public member functions

  1. ();

PrevUpHomeNext