Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 10:10:48

0001 /// \file ROOT/RSpan.hxx
0002 /// \ingroup Base StdExt
0003 /// \author Axel Naumann <axel@cern.ch>
0004 /// \date 2015-09-06
0005 
0006 /*************************************************************************
0007  * Copyright (C) 1995-2022, Rene Brun and Fons Rademakers.               *
0008  * All rights reserved.                                                  *
0009  *                                                                       *
0010  * For the licensing terms see $ROOTSYS/LICENSE.                         *
0011  * For the list of contributors see $ROOTSYS/README/CREDITS.             *
0012  *************************************************************************/
0013 
0014 #ifndef ROOT_RSpan
0015 #define ROOT_RSpan
0016 
0017 #include "ROOT/span.hxx"
0018 
0019 #endif