std::istreambuf_iterator::equal
bool equal( const istreambuf_iterator& it ) const; | | |
|---|
检查两者是否都是*this和it都是有效的,或者两者都无效,而不管它们使用的流缓冲区对象是什么。
参数
it | - | another stream buffer iterator to compare to |
|---|
返回值
true如果两者都是*this和it都是有效的,或者两者都是无效的,false否则。
例外
%280%29
© cppreference.com在CreativeCommonsAttribution下授权-ShareAlike未移植许可v3.0。
本文档系腾讯云开发者社区成员共同维护,如有问题请联系 cloudcommunity@tencent.com

