ROOT
6.07/09
Reference Guide
ROOT Home Page
Main Page
Tutorials
User's Classes
Namespaces
All Classes
Files
Release Notes
File List
File Members
core
base
v7
inc
ROOT
RTupleApply.hxx
Go to the documentation of this file.
1
/// \file ROOT/RTupleApply.h
2
/// \ingroup Base StdExt ROOT7
3
/// \author Axel Naumann <axel@cern.ch>
4
/// \date 2015-09-06
5
/// \warning This is part of the ROOT 7 prototype! It will change without notice. It might trigger earthquakes. Feedback is welcome!
6
7
/*************************************************************************
8
* Copyright (C) 1995-2015, Rene Brun and Fons Rademakers. *
9
* All rights reserved. *
10
* *
11
* For the licensing terms see $ROOTSYS/LICENSE. *
12
* For the list of contributors see $ROOTSYS/README/CREDITS. *
13
*************************************************************************/
14
15
#ifndef ROOT7_RTupleApply
16
#define ROOT7_RTupleApply
17
18
#include "RConfigure.h"
19
20
#ifdef R__HAS_STD_APPLY
21
# include <tuple>
22
#else
23
# include "
ROOT/impl_tuple_apply.hxx
"
24
#endif
25
26
27
#endif
impl_tuple_apply.hxx