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:
@ -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();
|
||||
}
|
||||
|
Reference in New Issue
Block a user