|
Jlm
|
Template helper to deduce first argument of a callable object. More...
#include <MatchType.hpp>
Public Types | |
| using | type = typename member_function_pointer_argtype< decltype(&Callable::operator())>::type |
Template helper to deduce first argument of a callable object.
| Callable | Callable object to deduce result type of. |
Definition at line 73 of file MatchType.hpp.
| using jlm::rvsdg::CallableArgumentType< Callable >::type = typename member_function_pointer_argtype<decltype(&Callable::operator())>::type |
Definition at line 76 of file MatchType.hpp.