|
||||
File indexing completed on 2024-04-06 12:13:14
0001 #include "FWCore/Utilities/interface/ProcessBlockIndex.h" 0002 0003 #include <limits> 0004 0005 namespace edm { 0006 0007 const unsigned int ProcessBlockIndex::invalidValue_ = std::numeric_limits<unsigned int>::max(); 0008 0009 ProcessBlockIndex ProcessBlockIndex::invalidProcessBlockIndex() { return ProcessBlockIndex(invalidValue_); } 0010 } // namespace edm
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |