BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
TrkBase::Functors::takeAddress< T > Struct Template Reference

#include <TrkFunctors.h>

Inheritance diagram for TrkBase::Functors::takeAddress< T >:

Public Member Functions

T * operator() (T &t)
T * operator() (T &t)
T * operator() (T &t)

Detailed Description

template<class T>
struct TrkBase::Functors::takeAddress< T >

Definition at line 42 of file InstallArea/x86_64-el9-gcc13-dbg/include/TrkBase/TrkFunctors.h.

Member Function Documentation

◆ operator()() [1/3]

◆ operator()() [2/3]

template<class T>
T * TrkBase::Functors::takeAddress< T >::operator() ( T & t)
inline

Definition at line 43 of file InstallArea/x86_64-el9-gcc13-opt/include/TrkBase/TrkFunctors.h.

43{ return &t; }

◆ operator()() [3/3]

template<class T>
T * TrkBase::Functors::takeAddress< T >::operator() ( T & t)
inline

Definition at line 43 of file Reconstruction/MdcPatRec/TrkBase/include/TrkBase/TrkFunctors.h.

43{ return &t; }

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