ATLAS Offline Software
Public Member Functions | List of all members
Athena::detail::IsNonNullPtr Struct Reference

Predicate to spot non NULL pointers. More...

#include <IThinningHdlr.h>

Collaboration diagram for Athena::detail::IsNonNullPtr:

Public Member Functions

template<typename Element >
bool operator() (Element *f) const
 

Detailed Description

Predicate to spot non NULL pointers.

Definition at line 64 of file IThinningHdlr.h.

Member Function Documentation

◆ operator()()

template<typename Element >
bool Athena::detail::IsNonNullPtr::operator() ( Element *  f) const
inline

Definition at line 67 of file IThinningHdlr.h.

68  { return f != 0; }

The documentation for this struct was generated from the following file:
python.CaloRecoConfig.f
f
Definition: CaloRecoConfig.py:127