Searched defs:try_cast_impl (Results 1 – 1 of 1) sorted by relevance
34 BOOST_NORETURN T try_cast_impl(std::false_type, std::false_type, U&&) { in try_cast_impl() function40 T try_cast_impl(std::false_type, std::true_type, U&& u) noexcept { in try_cast_impl() function46 T&& try_cast_impl(std::true_type, std::true_type, T&& t) noexcept { in try_cast_impl() function