Definition at line 40 of file TypeTraits.hxx.
Public Types | |
using | arg_types = typename CallableTraitsImpl< decltype(&T::operator())>::arg_types |
using | arg_types_nodecay = typename CallableTraitsImpl< decltype(&T::operator())>::arg_types_nodecay |
using | ret_type = typename CallableTraitsImpl< decltype(&T::operator())>::ret_type |
#include <ROOT/TypeTraits.hxx>
using ROOT::Detail::CallableTraitsImpl< T, true >::arg_types = typename CallableTraitsImpl<decltype(&T::operator())>::arg_types |
Definition at line 41 of file TypeTraits.hxx.
using ROOT::Detail::CallableTraitsImpl< T, true >::arg_types_nodecay = typename CallableTraitsImpl<decltype(&T::operator())>::arg_types_nodecay |
Definition at line 42 of file TypeTraits.hxx.
using ROOT::Detail::CallableTraitsImpl< T, true >::ret_type = typename CallableTraitsImpl<decltype(&T::operator())>::ret_type |
Definition at line 43 of file TypeTraits.hxx.