Searched refs:bad_any_cast (Results 1 – 9 of 9) sorted by relevance
9 class bad_any_cast : public std::bad_cast { class233 throw bad_any_cast(); in any_cast()245 throw bad_any_cast(); in any_cast()255 throw bad_any_cast(); in any_cast()
45 struct bad_any_cast struct48 bad_any_cast(boost::detail::sp_typeinfo const& src, boost::detail::sp_typeinfo const& dest) in bad_any_cast() argument338 throw bad_any_cast(type(), BOOST_SP_TYPEID(T)); in cast()423 boost::throw_exception(bad_any_cast(operand.type(), BOOST_SP_TYPEID(T))); in any_cast()
26 struct bad_any_cast struct274 if (policy->type() != typeid(T)) throw anyimpl::bad_any_cast();283 if (policy->type() != typeid(T)) throw anyimpl::bad_any_cast();
67 class bad_any_cast : public bad_cast77 throw bad_any_cast{};350 * @throw bad_any_cast If <code>371 * @throw bad_any_cast If <code>
54 class bad_any_cast : public bad_cast63 throw bad_any_cast{};434 * @throw bad_any_cast If <code>458 * @throw bad_any_cast If <code>
19 class bad_any_cast : public bad_cast97 class _LIBCPP_EXCEPTION_ABI _LIBCPP_AVAILABILITY_BAD_ANY_CAST bad_any_cast : public bad_cast113 throw bad_any_cast();