boost::openmethod::bad_call

No valid overrider

Synopsis

struct bad_call
    : openmethod_error

Base Classes

Name Description

openmethod_error

Base class for all OpenMethod errors.

Data Members

Name

Description

method

The type_id of method that was called

arity

The number of virtual arguments in the call

types

The type_ids of the arguments.

Static Data Members

Name

Description

max_types

The maximum size of types

Derived Classes

Name Description

ambiguous_call

Ambiguous call

no_overrider

No overrider for virtual tuple

Created with MrDocs