basic_string::npos

无符号整数值初始化到–指示“未找到”或“所有剩余字符”为1,当搜索功能失败时。

static const size_type npos = -1;

备注

当返回值将检查 npos 值时,可能不工作,除非返回值的类型为 size_type 而不是 int 或 unsigned。

示例

有关示例的 查找 参见示例说明如何声明和使用 npos

要求

标头: <string>

命名空间: std

请参见

参考

basic_string Class