| 23 | } |
| 24 | |
| 25 | void set_option(bufsize&& bufs) { |
| 26 | std::cout << "bufsize opt" << std::endl; |
| 27 | bufsiz_ = bufs.siz_; |
| 28 | } |
| 29 | void set_option(executable&& exe) { |
| 30 | std::cout << "exe opt" << std::endl; |
| 31 | exe_name_ = std::move(exe.exe_); |
nothing calls this directly
no outgoing calls
no test coverage detected