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

Method Reverse

lib/base/string.cpp:246–251  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

244}
245
246String String::Reverse() const
247{
248 String t = m_Data;
249 std::reverse(t.m_Data.begin(), t.m_Data.end());
250 return t;
251}
252
253void String::Append(int count, char ch)
254{

Callers

nothing calls this directly

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected