Closed DaemonSnake closed 3 years ago
Hi,
I'm looking to do something like this:
auto types = ...; using result_t = some_template<...templarg(types)>;
But so far I've come empty-handed.
Tries to take inspiration from: https://github.com/lock3/meta/issues/138 But it didn't work.
Can you help? Thanks in advance
https://cppx.godbolt.org/z/Tz6sr8rj7
Hi,
I'm looking to do something like this:
But so far I've come empty-handed.
Tries to take inspiration from: https://github.com/lock3/meta/issues/138 But it didn't work.
Can you help? Thanks in advance