Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for an old version of Boost. Click here to view this page for the latest version.
PrevUpHomeNext

Struct bad_runtime_cast

boost::typeindex::bad_runtime_cast — Indicates that runtime_cast was unable to perform the desired cast operation because the source instance was not also an instance of the target type.

Synopsis

// In header: <boost/type_index/runtime_cast/reference_cast.hpp>


struct bad_runtime_cast : public exception {
};

PrevUpHomeNext