Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
RSpan.hxx
Go to the documentation of this file.
1/// \file ROOT/RSpan.hxx
2/// \author Axel Naumann <axel@cern.ch>
3/// \date 2015-09-06
4
5/*************************************************************************
6 * Copyright (C) 1995-2022, Rene Brun and Fons Rademakers. *
7 * All rights reserved. *
8 * *
9 * For the licensing terms see $ROOTSYS/LICENSE. *
10 * For the list of contributors see $ROOTSYS/README/CREDITS. *
11 *************************************************************************/
12
13#ifndef ROOT_RSpan
14#define ROOT_RSpan
15
16#include "ROOT/span.hxx"
17
18#endif