Geant4 11.1.1
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4ForEach< group > Class Template Reference

#include <G4Pair.hh>

Static Public Member Functions

template<class T1 , class functor >
static void Apply (functor *aFP, T1 *aT1=0)
 
template<class functor >
static void Apply ()
 

Detailed Description

template<class group>
class G4ForEach< group >

Definition at line 163 of file G4Pair.hh.

Member Function Documentation

◆ Apply() [1/2]

◆ Apply() [2/2]

template<class group >
template<class T1 , class functor >
static void G4ForEach< group >::Apply ( functor *  aFP,
T1 *  aT1 = 0 
)
inlinestatic

Definition at line 171 of file G4Pair.hh.

172 {
174 aCall.call(aT1);
175 typedef typename group::rest tail;
176 G4ForEach<tail>::Apply(aFP, aT1);
177 }

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