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

/freebsd-current/contrib/llvm-project/libcxx/include/__type_traits/
H A Dis_nothrow_convertible.h44 inline constexpr bool is_nothrow_convertible_v = is_nothrow_convertible<_Fm, _To>::value; variable
/freebsd-current/contrib/llvm-project/libcxx/modules/std/
H A Dtype_traits.inc294 using std::is_nothrow_convertible_v;

Completed in 163 milliseconds