Searched refs:is_convertible (Results 1 - 3 of 3) sorted by relevance

/gem5/ext/pybind11/include/pybind11/detail/
H A Dcommon.h585 std::is_base_of<Base, Derived>::value && std::is_convertible<Derived *, Base *>::value>;
781 template <typename Container, typename = enable_if_t<std::is_convertible<decltype(*std::begin(std::declval<const Container &>())), T>::value>>
786 template <typename TIn, typename = enable_if_t<std::is_convertible<TIn, T>::value>>
H A Dinit.h292 enable_if_t<std::is_convertible<O, handle>::value, int> = 0>
/gem5/ext/pybind11/include/pybind11/
H A Dpybind11.h184 std::is_convertible<Func, FunctionType>::value &&
1398 PYBIND11_NOINLINE void init(bool is_arithmetic, bool is_convertible) { argument
1480 if (is_convertible) {
1561 constexpr bool is_convertible = std::is_convertible<Type, Scalar>::value; local
1562 m_base.init(is_arithmetic, is_convertible);

Completed in 24 milliseconds