| 1017 | } |
| 1018 | |
| 1019 | AnyValue AnyValue::exclude() { |
| 1020 | AnyValue v; |
| 1021 | v.m_value = Exclude(); |
| 1022 | v.m_equals = eq_comparer<Exclude>; |
| 1023 | return v; |
| 1024 | } |
| 1025 | |
| 1026 | std::unordered_map<string, const AnyMap*> AnyValue::asMap(const string& name) const |
| 1027 | { |