Binds in-place construction of T from the given arguments.
Declared in <folly/lang/bind/Bind.h>
template<
typename T,
typename... As>
constexpr
auto
in_place(As&&... as);
A bound-args list that constructs the target in place.
| Name | Description |
|---|---|
| as | Arguments forwarded to the constructor of the bound type. |