MCPcopy Create free account
hub / github.com/Icinga/icinga2 / ToUpper

Method ToUpper

lib/base/string.cpp:239–244  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

237}
238
239String String::ToUpper() const
240{
241 String t = m_Data;
242 boost::algorithm::to_upper(t);
243 return t;
244}
245
246String String::Reverse() const
247{

Callers 1

FormatOutputFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected