The Gaudi Framework  v32r2 (46d42edc)
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 445 of file Counters.h.

Member Function Documentation

◆ operator()()

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

Definition at line 446 of file Counters.h.

446 { return v; }

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