Searched refs:overload_cast_impl (Results 1 - 2 of 2) sorted by relevance

/gem5/ext/pybind11/include/pybind11/detail/
H A Dcommon.h725 struct overload_cast_impl { struct
726 constexpr overload_cast_impl() {} // MSVC 2015 needs this function in struct:overload_cast_impl
749 static constexpr detail::overload_cast_impl<Args...> overload_cast = {};
/gem5/ext/pybind11/tests/
H A Dtest_methods_and_attributes.cpp16 using overload_cast_ = pybind11::detail::overload_cast_impl<Args...>;

Completed in 11 milliseconds