| 1182 | } |
| 1183 | |
| 1184 | AnyMap::mapped_type |
| 1185 | AnyMap::AtCompoundKey(key_type const& key, AnyMap::mapped_type defaultValue) const noexcept |
| 1186 | { |
| 1187 | return detail::AtCompoundKey(*this, key, std::move(defaultValue)); |
| 1188 | } |
| 1189 | |
| 1190 | template <> |
| 1191 | std::ostream& |