![]() Remarks: This function shall not participate in overload resolution unless `is_same_v<decay_t<T>, variant>` is false, unless `decay_t<T>` is neither a specialization of `in_place_type_t` nor a specialization of `in_place_index_t`, unless `is_constructible_v<Tj, T>` is true, and unless the expression `FUN(std::forward<T>(t))` (with `FUN` being the above-mentioned set of imaginary functions) is well formed. Depends on D34111. Reviewers: EricWF, K-ballo Reviewed By: EricWF Subscribers: fhahn Differential Revision: https://reviews.llvm.org/D34112 llvm-svn: 305668 |
||
---|---|---|
.. | ||
T.pass.cpp | ||
copy.pass.cpp | ||
default.pass.cpp | ||
in_place_index_args.pass.cpp | ||
in_place_index_init_list_args.pass.cpp | ||
in_place_type_args.pass.cpp | ||
in_place_type_init_list_args.pass.cpp | ||
move.pass.cpp |