addInts_tool.cc
Go to the documentation of this file.
2 
3 namespace {
4  void
5  addInts(int& i, int const j)
6  {
7  i += j;
8  }
9 } // namespace
10 
11 DEFINE_ART_FUNCTION_TOOL(addInts, "addInts")
#define DEFINE_ART_FUNCTION_TOOL(tool, type)
Definition: ToolMacros.h:58