Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 10:11:28

0001 // @(#)root/base:$Id$
0002 // Author: Philippe Canal    12/3/04
0003 
0004 /*************************************************************************
0005  * Copyright (C) 1995-2004, Rene Brun, Fons Rademakers, and al.          *
0006  * All rights reserved.                                                  *
0007  *                                                                       *
0008  * For the licensing terms see $ROOTSYS/LICENSE.                         *
0009  * For the list of contributors see $ROOTSYS/README/CREDITS.             *
0010  *************************************************************************/
0011 
0012 #ifndef ROOT_Rpair
0013 #define ROOT_Rpair
0014 
0015 // Include the definition of pairs
0016 #include <utility>
0017 
0018 #endif
0019 
0020