Home
last modified time | relevance | path

Searched defs:try_cast_impl (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/histogram/detail/
Dtry_cast.hpp34 BOOST_NORETURN T try_cast_impl(std::false_type, std::false_type, U&&) { in try_cast_impl() function
40 T try_cast_impl(std::false_type, std::true_type, U&& u) noexcept { in try_cast_impl() function
46 T&& try_cast_impl(std::true_type, std::true_type, T&& t) noexcept { in try_cast_impl() function