|
NexusForce 1.0.0
A Modern C++ Library with extended functionality, web components, and utility libraries
|
元组应用函数 更多...
函数 | |
| template<typename Func, typename Tuple> | |
| constexpr decltype(auto) | apply (Func &&f, Tuple &&t) noexcept(inner::__apply_unpack_tuple< _NEFORCE is_nothrow_invocable, Func, Tuple >::value) |
| 将元组元素解包作为参数调用函数 | |