j
k
j a
j l
AMDG Vjekoslav Brajkovic wrote:
Let's say I call: at_key< int_<1> >(fmap)(); I would like this to be translated into: _int_1_();
Let's say I call:
at_key< int_<1> >(fmap)();
I would like this to be translated into:
_int_1_();
That's exactly what your code does. In Christ, Steven Watanabe
Back to the thread
Back to the list