MCPcopy Create free account
hub / github.com/CppMicroServices/CppMicroServices / AtCompoundKey

Method AtCompoundKey

framework/src/util/AnyMap.cpp:1184–1188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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&

Calls 1

AtCompoundKeyFunction · 0.85