kumi
v3.1.0
Exquisite Epidote
Loading...
Searching...
No Matches
◆
indexes()
template<indexer... Ts>
consteval auto kumi::indexes
(
Ts...
ts
)
inline
noexcept
Creates a
kumi::indexes
object, deducing the target type from the types of arguments.
Note
The arguments should model
kumi::indexer
Parameters
ts
Zero or more indexes to construct the indexes from.
Returns
A
kumi::indexes
constructed from the ts
kumi