Macros

Line Code
1 2 3 4 5 6 7 8 9 10 11
#ifndef FWCore_ParameterSet_defaultModuleLabel_h
#define FWCore_ParameterSet_defaultModuleLabel_h

#include <string>

namespace edm {
  // take by value because we'll copy it anyway
  std::string defaultModuleLabel(std::string label);
}  // namespace edm

#endif