|
||||
File indexing completed on 2024-04-06 11:56:18
0001 #ifndef GENERS_CPP11_ARRAY_HH_ 0002 #define GENERS_CPP11_ARRAY_HH_ 0003 0004 #include "Alignment/Geners/interface/CPP11_config.hh" 0005 0006 #ifdef CPP11_STD_AVAILABLE 0007 #include <array> 0008 #define CPP11_array std::array 0009 #else 0010 #include <tr1/array> 0011 #define CPP11_array std::tr1::array 0012 #endif 0013 0014 #endif // GENERS_CPP11_ARRAY_HH_ 0015
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |