mirror of
https://github.com/nlohmann/json.git
synced 2025-07-25 13:41:56 +03:00
📝 completed documentation index page
This commit is contained in:
@ -3990,7 +3990,7 @@ class basic_json
|
||||
template<typename KeyT>
|
||||
bool contains(KeyT&& key) const
|
||||
{
|
||||
return is_object() and m_value.object->find(std::forward<KeyT>(key)) != m_value.object->end();
|
||||
return is_object() and m_value.object->find(std::forward<KeyT>(key)) != m_value.object->end();
|
||||
}
|
||||
|
||||
/// @}
|
||||
|
Reference in New Issue
Block a user