| 380 | } |
| 381 | |
| 382 | bool istream::readn_peek(string* buf, size_t cnt, bool clear /* = false */) |
| 383 | { |
| 384 | acl_assert(buf); |
| 385 | return readn_peek(*buf, cnt, clear); |
| 386 | } |
| 387 | |
| 388 | istream& istream::operator>>(acl::string& s) |
| 389 | { |
no outgoing calls
no test coverage detected