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

helper functor for the TrueAccumulator More...

#include <GaudiKernel/Counters.h>

Public Member Functions

unsigned int operator() (bool v) const
 

Detailed Description

helper functor for the TrueAccumulator

Definition at line 467 of file Counters.h.

Member Function Documentation

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

Definition at line 468 of file Counters.h.

468 { return v; }

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