- Return info proxy. Used to print IOstream information to a stream
| 530 | //- Return info proxy. |
| 531 | // Used to print IOstream information to a stream |
| 532 | InfoProxy<IOstream> info() const |
| 533 | { |
| 534 | return *this; |
| 535 | } |
| 536 | }; |
| 537 | |
| 538 |
no outgoing calls
no test coverage detected