The Gaudi Framework  v32r2 (46d42edc)
StatusCodeSvc.cpp File Reference
Include dependency graph for StatusCodeSvc.cpp:

Go to the source code of this file.

Functions

void toupper (std::string &s)
 

Function Documentation

◆ toupper()

void toupper ( std::string s)
inline

Definition at line 7 of file StatusCodeSvc.cpp.

7 { std::transform( s.begin(), s.end(), s.begin(), (int ( * )( int ))toupper ); }
string s
Definition: gaudirun.py:318
T transform(T... args)
void toupper(std::string &s)