MCPcopy Create free account
hub / github.com/devosoft/avida / Find

Method Find

avida-core/source/tools/cString.h:497–498  ·  view source on GitHub ↗

* Search for a substring. * * @return The first occurence after pos, or -1 if not found **/

Source from the content-addressed store, hash-verified

495 * @return The first occurence after pos, or -1 if not found
496 **/
497 int Find(const char * in, int pos=0) const{
498 return FindStr(in, strlen(in), pos); }
499
500 /**
501 * Search for a substring.

Callers

nothing calls this directly

Calls 1

GetSizeMethod · 0.45

Tested by

no test coverage detected