The Gaudi Framework  v31r0 (aeb156f0)
Gaudi::Accumulators::FalseTo1 Struct Reference

helper functor for the FalseAccumulator More...

#include <GaudiKernel/Counters.h>

Public Member Functions

unsigned int operator() (bool v) const
 

Detailed Description

helper functor for the FalseAccumulator

Definition at line 482 of file Counters.h.

Member Function Documentation

unsigned int Gaudi::Accumulators::FalseTo1::operator() ( bool  v) const
inline

Definition at line 483 of file Counters.h.

483 { return !v; }

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