Bayeux  3.4.1
Core Foundation library for SuperNEMO
Public Member Functions | List of all members
geomtools::base_hit::negates_predicate Class Reference

Predicate that negates another predicate. More...

#include <bayeux/geomtools/base_hit.h>

Inheritance diagram for geomtools::base_hit::negates_predicate:
datatools::i_predicate< base_hit >

Public Member Functions

 negates_predicate (const datatools::i_predicate< base_hit > &a_pred)
 Constructor. More...
 
bool operator() (const base_hit &a_hit) const
 Functor interface. More...
 
- Public Member Functions inherited from datatools::i_predicate< base_hit >
virtual bool operator() (const base_hit &obj_) const=0
 

Detailed Description

Predicate that negates another predicate.

Constructor & Destructor Documentation

◆ negates_predicate()

geomtools::base_hit::negates_predicate::negates_predicate ( const datatools::i_predicate< base_hit > &  a_pred)
inlineexplicit

Constructor.

Member Function Documentation

◆ operator()()

bool geomtools::base_hit::negates_predicate::operator() ( const base_hit a_hit) const
inline

Functor interface.


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