Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
ROOT::Internal::TExecutor::MapRetType< F, CONTAINER > Struct Template Reference

template<class F, class CONTAINER>
struct ROOT::Internal::TExecutor::MapRetType< F, CONTAINER >

Helper class to get the correct return type from the Map function, necessary to infer the ResolveExecutorAndMap function type.

Definition at line 123 of file TExecutor.hxx.

Public Types

using type = InvokeResult_t< F, typename CONTAINER::value_type >
 

Member Typedef Documentation

◆ type

template<class F , class CONTAINER >
using ROOT::Internal::TExecutor::MapRetType< F, CONTAINER >::type = InvokeResult_t<F, typename CONTAINER::value_type>

Definition at line 124 of file TExecutor.hxx.


The documentation for this struct was generated from the following file: