Function map_indices¶
function map_indices() meta¶
template <size_t size, auto... Fn>
constexpr auto map_indices() -> map_indices_t<size, Fn...> { … } Returns a value of map_indices_t<size, Fn...> for use in non-type contexts.
| size | length of the resulting index list. |
| Fn... | unary size_t -> size_t callables, applied right-to-left. |
a default-constructed map_indices_t<size, Fn...> . |
Fully qualified name: kfr::map_indices()
Declared at meta.hpp:2330
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.