dune-common
2.7.0
|
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::integral_constant<bool, result>.
This implements std::is_invocable from C++17.