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

Method FindLastOf

lib/base/string.cpp:198–201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

196}
197
198String::SizeType String::FindLastOf(const char *s, String::SizeType pos) const
199{
200 return m_Data.find_last_of(s, pos);
201}
202
203String::SizeType String::FindLastOf(char ch, String::SizeType pos) const
204{

Callers 1

ParseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected