| 185 | }; |
| 186 | |
| 187 | struct ValueConverter : public ValueConverterBase<ValueConverter> {}; |
| 188 | |
| 189 | // Generalized implementation for function adapters. See comments on |
| 190 | // instantiated versions for details on usage. |
no outgoing calls
no test coverage detected