| 120 | }; |
| 121 | |
| 122 | inline AnyOfJSONMatcher AnyOfJSON(std::shared_ptr<DataType> type, |
| 123 | std::string array_json) { |
| 124 | return {std::move(type), std::move(array_json)}; |
| 125 | } |
| 126 | |
| 127 | template <typename ResultMatcher> |
| 128 | class FutureMatcher { |
no outgoing calls