- Return true if stream is corrupted
| 350 | |
| 351 | //- Return true if stream is corrupted |
| 352 | bool bad() const |
| 353 | { |
| 354 | return ioState_ & ios_base::badbit; |
| 355 | } |
| 356 | |
| 357 | //- Return non-zero if the stream has not failed |
| 358 | operator void*() const |
no outgoing calls
no test coverage detected