| 479 | }; |
| 480 | |
| 481 | template <auto expr = expr::val<1u>> struct Advance { |
| 482 | template <typename Runtime> |
| 483 | using Run = Runtime::template WithStdin< |
| 484 | tfunc::Pop<typename Runtime::Stdin, expr::Eval<Runtime, expr>::value>>; |
| 485 | }; |
| 486 | |
| 487 | template <auto... exprs> struct Put { |
| 488 | template <typename Runtime> |
nothing calls this directly
no outgoing calls
no test coverage detected