Searched defs:npos (Results 1 – 1 of 1) sorted by relevance
21 enum { npos = -1 }; enumerator24 static const size_t npos; variable26 static const size_t npos = ~(size_t)0; variable