Respuesta :

The answer is string::npos
The data type string has a named constant, string::npos, associated with it.
npos is a static member constant value with the greatest possible value for an element of type size_t.