Searched refs:U1C (Results 1 – 2 of 2) sorted by relevance
224 using U1C = std::unique_ptr<const VT, GenericConvertingDeleter<0> const&>; in test_sfinae() typedef225 static_assert(std::is_nothrow_assignable<U1C, U1&&>::value, ""); in test_sfinae()240 using U1C = std::unique_ptr<const VT, GenericConvertingDeleter<0> &>; in test_sfinae() typedef241 static_assert(std::is_nothrow_assignable<U1C, U1&&>::value, ""); in test_sfinae()
128 using U1C = std::unique_ptr<const VT, GenericConvertingDeleter<0> const&>; in test_sfinae() typedef129 static_assert(std::is_nothrow_constructible<U1C, U1&&>::value, ""); in test_sfinae()