* @brief Construct a new synced stream which prints to `std::cout`. */
| 2413 | * @brief Construct a new synced stream which prints to `std::cout`. |
| 2414 | */ |
| 2415 | explicit synced_stream() |
| 2416 | { |
| 2417 | add_stream(std::cout); |
| 2418 | } |
| 2419 | |
| 2420 | /** |
| 2421 | * @brief Construct a new synced stream which prints to the given output stream(s). |
nothing calls this directly
no outgoing calls
no test coverage detected