basic_ios::operator bool
允许访问 basic_ios 对象的用作 bool。 自动类型转换禁用阻止常见,意外的副作用。
explicit operator bool() const;
备注
运算符返回值转换为 false,仅当 fail()。 返回类型只转换为 bool,而不是 void * 或其他已知的标量类型。
要求
标头: <ios>
命名空间: std
允许访问 basic_ios 对象的用作 bool。 自动类型转换禁用阻止常见,意外的副作用。
explicit operator bool() const;
运算符返回值转换为 false,仅当 fail()。 返回类型只转换为 bool,而不是 void * 或其他已知的标量类型。
标头: <ios>
命名空间: std