📝 completed documentation index page
This commit is contained in:
parent
e07e8e7912
commit
18cc7ddd62
3 changed files with 24 additions and 4 deletions
|
@ -16755,7 +16755,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();
|
||||
}
|
||||
|
||||
/// @}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue