1
0
mirror of https://github.com/nlohmann/json.git synced 2025-07-29 23:01:16 +03:00

Update is_structured.md (#4472)

This commit is contained in:
thetimr
2024-10-07 22:53:32 -06:00
committed by GitHub
parent b36f4c477c
commit 6325839776

View File

@ -21,7 +21,7 @@ Constant.
## Possible implementation
```cpp
constexpr bool is_primitive() const noexcept
constexpr bool is_structured() const noexcept
{
return is_array() || is_object();
}