tmp/tmpt2digftz/{from.md → to.md}
RENAMED
|
@@ -1,9 +0,0 @@
|
|
| 1 |
-
### `bind1st` <a id="depr.lib.bind.1st">[[depr.lib.bind.1st]]</a>
|
| 2 |
-
|
| 3 |
-
``` cpp
|
| 4 |
-
template <class Fn, class T>
|
| 5 |
-
binder1st<Fn> bind1st(const Fn& fn, const T& x);
|
| 6 |
-
```
|
| 7 |
-
|
| 8 |
-
*Returns:* `binder1st<Fn>(fn, typename Fn::first_argument_type(x))`.
|
| 9 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|