dune-common
2.6-git
|
Traits class to check if function is invocable. More...
#include <dune/common/std/type_traits.hh>
Traits class to check if function is invocable.
This checks if F can be called with an arguments list of type Args.... The result is encoded by deriving from std::ingegral_constant<bool, result>.
This implements std::is_invocable from C++17.