Function pack¶
function pack(Args &&...) base¶
template <typename... Args>
requires expression_arguments<Args...>
KFR_INTRINSIC expression_pack<Args...> pack(Args&&... args) Creates an expression that packs several input expressions into a single vector-valued expression.
| Args | input expression types |
| args | input expressions |
an expression_pack |
Fully qualified name: kfr::pack(Args &&...)
Declared at base/basic_expressions.hpp:1207
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.