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

/freebsd-current/contrib/llvm-project/libcxx/include/__type_traits/
H A Dis_nothrow_convertible.h36 struct __is_nothrow_convertible_helper : decltype(__is_nothrow_convertible_test<_Fm, _To>()) {}; struct in inherits:decltype,__is_nothrow_convertible_test
41 _Lazy<_And, is_convertible<_Fm, _To>, __is_nothrow_convertible_helper<_Fm, _To> > >::type {};

Completed in 99 milliseconds