|
ROOT 6.12/07 Reference Guide |
Public Types | |
| template<typename F > | |
| using | CallableTraits = ROOT::Detail::CallableTraitsImpl< F > |
| Extract types from the signature of a callable object. More... | |
| template<typename... Args> | |
| using | RemoveFirst_t = typename RemoveFirst< Args... >::type |
| template<typename T > | |
| using | RemoveFirstParameter_t = typename RemoveFirstParameter< T >::type |
| template<typename T > | |
| using | TakeFirstParameter_t = typename TakeFirstParameter< T >::type |
| template<typename... Types> | |
| using | TakeFirstType_t = typename TakeFirstType< Types... >::type |
#include <ROOT/TypeTraits.hxx>
| using ROOT::TypeTraits::CallableTraits = ROOT::Detail::CallableTraitsImpl<F> |
Extract types from the signature of a callable object.
The CallableTraits struct contains three type aliases:
TypeList of all types in the signature, decayed through std::decayTypeList of all types in the signature, including cv-qualifiers Definition at line 135 of file TypeTraits.hxx.
| using ROOT::TypeTraits::RemoveFirst_t = typename RemoveFirst<Args...>::type |
Definition at line 154 of file TypeTraits.hxx.
| using ROOT::TypeTraits::RemoveFirstParameter_t = typename RemoveFirstParameter<T>::type |
Definition at line 185 of file TypeTraits.hxx.
| using ROOT::TypeTraits::TakeFirstParameter_t = typename TakeFirstParameter<T>::type |
Definition at line 171 of file TypeTraits.hxx.
| using ROOT::TypeTraits::TakeFirstType_t = typename TakeFirstType<Types...>::type |
Definition at line 144 of file TypeTraits.hxx.