[test] Check Std::apply() by implementing a tuple transformation
Compare changes
+ 11
− 0
@@ -46,6 +46,17 @@ int main()
This checks with a real application example: An implementation of a tuple transformation.
Maybe we also want to implement our real tuple tranformation that way, because its easier to read and much shorter.