Searched defs:npos (Results 1 – 2 of 2) sorted by relevance
21 enum { npos = -1 }; enumerator24 static const size_t npos; variable26 static const size_t npos = ~(size_t)0; variable
60 enum npos_type { npos = static_cast<size_type>(-1) }; enumerator64 static const size_type npos = -1 ; member in boost::unit_test::basic_cstring