tmp/tmp87v9wrjt/{from.md → to.md}
RENAMED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
-
##### Constructors,
|
| 2 |
|
| 3 |
``` cpp
|
| 4 |
template<class VT>
|
| 5 |
static constexpr bool is-callable-from = see below;
|
| 6 |
```
|
|
|
|
| 1 |
+
##### Constructors, assignments, and destructor <a id="func.wrap.move.ctor">[[func.wrap.move.ctor]]</a>
|
| 2 |
|
| 3 |
``` cpp
|
| 4 |
template<class VT>
|
| 5 |
static constexpr bool is-callable-from = see below;
|
| 6 |
```
|