llvm-project/libcxx/test/std/strings/basic.string/string.access
Nikolas Klauser 1323461fe7 [libc++] Add utilites for instantiating functions with multiple types
We currently call a lot of functions with the same list of types. To avoid forgetting any of them, this patch adds type_lists and utilities for it. Specifically, it adds
- `type_list` - This is just a list of types
- `concatenate` - This allows concatenating type_lists
- `for_each` - Iterate over a type_list

Reviewed By: ldionne, #libc

Spies: jloser, EricWF, libcxx-commits

Differential Revision: https://reviews.llvm.org/D137476
2022-11-21 20:35:06 +01:00
..
at.pass.cpp [libc++] Add utilites for instantiating functions with multiple types 2022-11-21 20:35:06 +01:00
back.pass.cpp [libc++][NFC] Remove some of the code duplication in the string tests 2022-08-26 21:57:42 +02:00
front.pass.cpp [libc++][NFC] Remove some of the code duplication in the string tests 2022-08-26 21:57:42 +02:00
index.pass.cpp [libc++][NFC] Remove some of the code duplication in the string tests 2022-08-26 21:57:42 +02:00