Hackshots

Callable Traits in C++17

How can we detect the return and argument type(s) of a function/callable at compile time? Given any type, is it a function or callable at all? With C++17, this task has become simpler.

Read More »
Scroll to Top