Lines Matching refs:is_convertible
344 std::is_convertible<Optional<U>&, T>::value ||
345 std::is_convertible<const Optional<U>&, T>::value ||
346 std::is_convertible<Optional<U>&&, T>::value ||
347 std::is_convertible<const Optional<U>&&, T>::value> {};
437 // std::is_convertible<const U&, T>::value is false. It is implemented by
444 std::is_convertible<const U&, T>::value,
453 !std::is_convertible<const U&, T>::value,
464 std::is_convertible<U&&, T>::value,
473 !std::is_convertible<U&&, T>::value,
497 std::is_convertible<U&&, T>::value,
508 !std::is_convertible<U&&, T>::value,
619 static_assert(std::is_convertible<U, T>::value,
631 static_assert(std::is_convertible<U, T>::value,