The Gaudi Framework  v30r4 (9b837755)
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 486 of file Counters.h.

Member Function Documentation

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

Definition at line 487 of file Counters.h.

487 { return v; }

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