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

void toupper ( std::string s)
inline

Definition at line 10 of file StatusCodeSvc.cpp.

11 {
12  std::transform(s.begin(), s.end(), s.begin(),
13  (int(*)(int)) toupper);
14 }
T end(T...args)
T begin(T...args)
T transform(T...args)
void toupper(std::string &s)