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 35 of file KeyedObjectManager.cpp.

Constructor & Destructor Documentation

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

Definition at line 37 of file KeyedObjectManager.cpp.

37 : m_min(m) {}
constexpr double m
Definition: SystemOfUnits.h:93

Member Function Documentation

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

Definition at line 38 of file KeyedObjectManager.cpp.

38  {
39  if ( j > m_min ) --j;
40  return true;
41  }

Member Data Documentation

long Containers::array::decrement::m_min

Definition at line 36 of file KeyedObjectManager.cpp.


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