You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Summary: Introduce a new form of `result_of` without function type encoding. Rename and split `is_callable/is_nothrow_callable` into `is_invocable/is_nothrow_invocable/is_invocable_r/is_nothrow_invocable_r` (and associated types accordingly) Change function type encoding of previous `is_callable/is_nothrow_callable` traits to conventional template type parameter lists. Reviewers: EricWF, mclow.lists, bebuch Reviewed By: EricWF, bebuch Subscribers: lichray, bebuch, cfe-commits Differential Revision: https://reviews.llvm.org/D38831 git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@320509 91177308-0d34-0410-b5e6-96231b3b80d8 |
8 years ago | |
|---|---|---|
| .. | ||
| arithmetic.operations | 8 years ago | |
| bind | 9 years ago | |
| bitwise.operations | 8 years ago | |
| comparisons | 8 years ago | |
| func.def | ||
| func.invoke | 8 years ago | |
| func.memfn | 10 years ago | |
| func.not_fn | 8 years ago | |
| func.require | 8 years ago | |
| func.wrap | 8 years ago | |
| logical.operations | 8 years ago | |
| negators | 11 years ago | |
| refwrap | 8 years ago | |
| unord.hash | 8 years ago | |