The Gaudi Framework  v36r1 (3e2fb5a8)
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 17 of file StatusCodeSvc.cpp.

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