disallow copying
| 48 | RandomBytes(); |
| 49 | // disallow copying |
| 50 | RandomBytes(RandomBytes const&) = delete; |
| 51 | void operator=(RandomBytes const&) = delete; |
| 52 | |
| 53 | virtual ~RandomBytes(); |
nothing calls this directly
no outgoing calls
no test coverage detected