![]() |
![]()
| ![]() |
![]()
NAMEstd::istreambuf_iterator::equal - std::istreambuf_iterator::equal Synopsisbool equal( const istreambuf_iterator& it ) const;
Parametersit - another stream buffer iterator to compare to Return valuetrue if both *this and it are valid, or both are invalid, false otherwise. ExceptionsMay throw implementation-defined exceptions.
|