The Gaudi Framework  v32r2 (46d42edc)
Containers::array::decrement Struct Reference

Public Member Functions

 decrement (long m)
 
bool operator() (long &j) const
 

Public Attributes

long m_min
 

Detailed Description

Definition at line 39 of file KeyedObjectManager.cpp.

Constructor & Destructor Documentation

◆ decrement()

Containers::array::decrement::decrement ( long  m)
inline

Definition at line 41 of file KeyedObjectManager.cpp.

41 : m_min( m ) {}
constexpr double m
Definition: SystemOfUnits.h:92

Member Function Documentation

◆ operator()()

bool Containers::array::decrement::operator() ( long &  j) const
inline

Definition at line 42 of file KeyedObjectManager.cpp.

42  {
43  if ( j > m_min ) --j;
44  return true;
45  }

Member Data Documentation

◆ m_min

long Containers::array::decrement::m_min

Definition at line 40 of file KeyedObjectManager.cpp.


The documentation for this struct was generated from the following file: