ROOT
6.14/05
Reference Guide
tree
dataframe
inc
ROOT
TResultProxy.hxx
Go to the documentation of this file.
1
// Author: Enrico Guiraud, Danilo Piparo CERN 04/2018
2
3
/*************************************************************************
4
* Copyright (C) 1995-2018, Rene Brun and Fons Rademakers. *
5
* All rights reserved. *
6
* *
7
* For the licensing terms see $ROOTSYS/LICENSE. *
8
* For the list of contributors see $ROOTSYS/README/CREDITS. *
9
*************************************************************************/
10
11
#ifndef ROOT_TRESULTPROXY
12
#define ROOT_TRESULTPROXY
13
#include "
RResultPtr.hxx
"
14
namespace
ROOT
{
15
16
namespace
RDF {
17
template
<
typename
T>
18
using
TResultProxy
=
RResultPtr<T>
;
19
}
// End NS RDF
20
21
}
// End NS ROOT
22
23
#warning The TResultProxy.hxx header has been replaced by RResultPtr.hxx
24
25
#endif
ROOT::RDF::RResultPtr
Smart pointer for the return type of actions.
Definition:
RResultPtr.hxx:27
ROOT
Namespace for new ROOT classes and functions.
Definition:
StringConv.hxx:21
RResultPtr.hxx