tmp/tmpqpk3u52v/{from.md → to.md}
RENAMED
|
@@ -1,8 +0,0 @@
|
|
| 1 |
-
### Function template `as_const` <a id="utility.as_const">[[utility.as_const]]</a>
|
| 2 |
-
|
| 3 |
-
``` cpp
|
| 4 |
-
template <class T> constexpr add_const_t<T>& as_const(T& t) noexcept;
|
| 5 |
-
```
|
| 6 |
-
|
| 7 |
-
*Returns:* `t`.
|
| 8 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|