Function sequence¶
function sequence(const Ts &...) base¶
template <typename... Ts, typename T = std::common_type_t<Ts...>>
KFR_INTRINSIC auto sequence(const Ts&... list) { … } Creates an expression that cycles through the provided list of values.
| Ts | types of the values in list |
| list | values to cycle through |
an expression_lambda producing list[index % size] |
Fully qualified name: kfr::sequence(const Ts &...)
Declared at base/basic_expressions.hpp:439
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.