ATLAS Offline Software
Functions
dbg Namespace Reference

Functions

template<class... Args>
void print (std::FILE *stream, std::format_string< Args... > fmt, Args &&... args)
 
template<class T >
void * ptr (T *p)
 

Function Documentation

◆ print()

template<class... Args>
void dbg::print ( std::FILE *  stream,
std::format_string< Args... >  fmt,
Args &&...  args 
)

Definition at line 70 of file SGImplSvc.cxx.

70  {
71  std::fputs(std::format(fmt, std::forward<Args>(args)...), stream);
72 }

◆ ptr()

template<class T >
void* dbg::ptr ( T *  p)

Definition at line 74 of file SGImplSvc.cxx.

74 { return static_cast<void*>(p); }
vtune_athena.format
format
Definition: vtune_athena.py:14
AthenaPoolTestWrite.stream
string stream
Definition: AthenaPoolTestWrite.py:12
python.utils.AtlRunQueryDQUtils.p
p
Definition: AtlRunQueryDQUtils.py:210
fmt
python.CaloScaleNoiseConfig.args
args
Definition: CaloScaleNoiseConfig.py:80