ATLAS Offline Software
Loading...
Searching...
No Matches
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 63 of file IThinningHdlr.h.

Member Function Documentation

◆ operator()()

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

Definition at line 66 of file IThinningHdlr.h.

67 { return f != 0; }

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