mirror of
https://github.com/nlohmann/json.git
synced 2025-07-31 10:24:23 +03:00
Update is_structured.md (#4472)
This commit is contained in:
@ -21,7 +21,7 @@ Constant.
|
|||||||
## Possible implementation
|
## Possible implementation
|
||||||
|
|
||||||
```cpp
|
```cpp
|
||||||
constexpr bool is_primitive() const noexcept
|
constexpr bool is_structured() const noexcept
|
||||||
{
|
{
|
||||||
return is_array() || is_object();
|
return is_array() || is_object();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user