| 113 | }; |
| 114 | |
| 115 | template <typename Var, typename Expr> struct Assign { |
| 116 | Var var; |
| 117 | Expr expr; |
| 118 | }; |
| 119 | |
| 120 | template <detail::string::StringLiteral, typename... Args> struct Operator { |
| 121 | bundle::Bundle<Args...> args; |
nothing calls this directly
no outgoing calls
no test coverage detected