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

Method FindFirstNotOf

lib/base/string.cpp:188–191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

186}
187
188String::SizeType String::FindFirstNotOf(const char *s, String::SizeType pos) const
189{
190 return m_Data.find_first_not_of(s, pos);
191}
192
193String::SizeType String::FindFirstNotOf(char ch, String::SizeType pos) const
194{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected