|
Jlm
|
Template helper to deduce result of a callable object. More...
#include <MatchType.hpp>
Public Types | |
| using | type = typename member_function_pointer_restype< decltype(&Callable::operator())>::type |
Template helper to deduce result of a callable object.
| Callable | Callable object to deduce first parameter of. |
Definition at line 94 of file MatchType.hpp.
| using jlm::rvsdg::CallableResultType< Callable >::type = typename member_function_pointer_restype<decltype(&Callable::operator())>::type |
Definition at line 97 of file MatchType.hpp.