| 118 | }; |
| 119 | |
| 120 | template <detail::string::StringLiteral, typename... Args> struct Operator { |
| 121 | bundle::Bundle<Args...> args; |
| 122 | }; |
| 123 | |
| 124 | template <typename To, typename From> struct Cast { |
| 125 | From from; |
nothing calls this directly
no outgoing calls
no test coverage detected