LUMIERA.clone/src
Ichthyostega e6403cbc7e Invocation: get structural bindings to work
It seemed like we're doomed...
Yet we barely escaped our horrid fate, because the C++ structured bindings happen to look also for get<i> member functions!

Any other solution involving a free function `get<i>(h)` would not work, since the `std::tuple` used as base class would inevitably drag in std::get via ADL
Obviously, the other remedy would be to turn the `StorageFrame` into a member; yet doing so is not desirable, as makes the actual storage layout more obscure (and also more brittle)
2024-12-12 19:03:43 +01:00
..
common Copyright: clarify and simplify the file headers 2024-11-17 23:42:55 +01:00
include Copyright: clarify and simplify the file headers 2024-11-17 23:42:55 +01:00
lib Invocation: get structural bindings to work 2024-12-12 19:03:43 +01:00
lumiera Copyright: clarify and simplify the file headers 2024-11-17 23:42:55 +01:00
plugin
stage Copyright: clarify and simplify the file headers 2024-11-17 23:42:55 +01:00
steam Invocation: develop a concept for handling parameter data 2024-12-09 22:10:11 +01:00
tool Copyright: clarify and simplify the file headers 2024-11-17 23:42:55 +01:00
vault Library: simplify state-core wrapper parameters 2024-11-26 23:22:46 +01:00
.gitignore
DIR_INFO update some DIR_INFO entries 2011-04-05 00:44:30 +02:00
doxygen.dox Copyright: clarify and simplify the file headers 2024-11-17 23:42:55 +01:00
SConscript Global-Layer-Renaming: fix handling of GuiResources in the build 2018-11-16 18:18:33 +01:00