boost::openmethod::final_error
Static and dynamic type mismatch in "final" construct
Synopsis
Declared in <boost/openmethod/preamble.hpp>
struct final_error
: openmethod_error
Description
If runtime checks are enabled, the "final" construct checks that the static and dynamic types of the object, as reported by the rtti policy, are the same. If they are not, and if the registry contains an error_handler policy, its error function is called with a final_error object, then the program is terminated with abort.
Data Members
Name |
Created with MrDocs