LUMIERA.clone/tests/library/test
Ichthyostega fbf7a792a8 Library: a step towards variadic type sequences (see #987)
Likely the most widely used facility, which enters into meta-programming
with type sequences, is our function-signature-detector `_Fun<X>`,
which returns a argument type-sequence.

After adding some bridges for cross-compatibility,
function-arguments are now extracted as a new-style,
''variadic sequence'' without trailing `NullType`.

Doing so required to augment some of the most widely used
sequence-processing helpers to work seamlessly also with the
new-style variadic sequences with a definition variant based
on variadics, which typically will later-on obsolete the original
solution, which at that time needed to be tediously coded as a
series of explicit specialisations for N arguments.
2025-02-16 21:10:06 +01:00
..
event-log-test.cpp Copyright: clarify and simplify the file headers 2024-11-17 23:42:55 +01:00
temp-dir-test.cpp Copyright: clarify and simplify the file headers 2024-11-17 23:42:55 +01:00
test-helper-test.cpp Copyright: clarify and simplify the file headers 2024-11-17 23:42:55 +01:00
test-helper-variadic-test.cpp Copyright: clarify and simplify the file headers 2024-11-17 23:42:55 +01:00
test-option-test.cpp Copyright: clarify and simplify the file headers 2024-11-17 23:42:55 +01:00
test-tracking-test.cpp Library: a step towards variadic type sequences (see #987) 2025-02-16 21:10:06 +01:00