#include <EarlyDeleteHelper.h>
Definition at line 32 of file EarlyDeleteHelper.h.
edm::BranchToCount::BranchToCount |
( |
edm::BranchID |
id, |
|
|
unsigned int |
count |
|
) |
| |
|
inline |
Definition at line 36 of file EarlyDeleteHelper.h.
edm::BranchID const branch
std::atomic< unsigned int > count
edm::BranchToCount::BranchToCount |
( |
BranchToCount const & |
iOther | ) |
|
|
inline |
Definition at line 40 of file EarlyDeleteHelper.h.
42 count(iOther.count.load()) {}
edm::BranchID const branch
std::atomic< unsigned int > count
std::atomic<unsigned int> edm::BranchToCount::count |