- Test:
- Cover various aspects of the integration of our type sequences with the tuple type from the standard library
- verify our generic tuple access decorator
- verify generating tuple types from type list processing
- TODO more helpers to come
Definition at line 78 of file tuple-helper-test.cpp.
◆ check_diagnostics()
void check_diagnostics |
( |
| ) |
|
|
inlineprivate |
verify the test input data
- See also
- TypeListManip_test::check_diagnostics() for an explanation of the DISPLAY macro
Definition at line 93 of file tuple-helper-test.cpp.
◆ check_tuple_from_Typelist()
void check_tuple_from_Typelist |
( |
| ) |
|
|
inlineprivate |
- Test:
- verify the ability to generate tuple types from typelist metaprogramming
- the resulting types are plain flat
std::tuple
instantiations
- memory layout is identical to a POD, as expected
- our generic string conversion is extended to work with tuples
Definition at line 118 of file tuple-helper-test.cpp.
The documentation for this class was generated from the following file: