Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
Call< g, f, A > Class Template Reference

#include <G4Pair.hh>

+ Inheritance diagram for Call< g, f, A >:

Public Member Functions

virtual void call (A *aA)
 
virtual void call (A *aA)=0
 

Detailed Description

template<class g, class f, class A>
class Call< g, f, A >

Definition at line 150 of file G4Pair.hh.

Member Function Documentation

◆ call()

template<class g , class f , class A >
virtual void Call< g, f, A >::call ( A *  aA)
inlinevirtual

Implements VCall< A >.

Definition at line 153 of file G4Pair.hh.

154 {
155 typename g::first aL;
156 f aF;
157 aF(&aL, aA);
158 }

Referenced by G4ForEach< group >::Apply().


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