Files
Ivan Krysak 7fae2e4522 STLExtras: introduce takeAsTuple
It's a useful shorthand for the cases where one only cares about
a constant number of top values in a range (i.e. first three elements of
a vector) and wants them as named variables. It can be used as:
`auto [First, Second, Third] = takeAsTuple<3>(MyVector)`.
2024-01-29 11:57:54 +02:00
..
2023-04-08 08:42:23 +02:00
2023-07-26 10:16:25 +02:00
2023-04-08 08:42:23 +02:00
2023-07-02 15:06:11 +00:00
2023-03-15 10:19:01 +01:00
2023-07-02 15:06:11 +00:00
2024-01-29 11:57:54 +02:00
2024-01-02 11:14:56 +01:00