![]() |
|
|||
File indexing completed on 2024-04-06 12:05:18
0001 0002 0003 #include "DataFormats/TestObjects/interface/ThingWithMerge.h" 0004 0005 #include <utility> 0006 0007 namespace edmtest { 0008 0009 bool ThingWithMerge::mergeProduct(ThingWithMerge const& newThing) { 0010 a += newThing.a; 0011 return true; 0012 } 0013 0014 void ThingWithMerge::swap(ThingWithMerge& iOther) { std::swap(a, iOther.a); } 0015 } // namespace edmtest
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |
![]() ![]() |