Function unpack¶
function unpack(E &&...) base¶
template <output_expression... E>
KFR_FUNCTION expression_unpack<E...> unpack(E&&... e) Creates an expression that fans out a vector input into several output expressions.
| E | output expression types |
| e | output expressions |
an expression_unpack |
Fully qualified name: kfr::unpack(E &&...)
Declared at base/basic_expressions.hpp:1310
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.