nfx-json 1.5.2
Modern C++20 JSON library with schema validation and generation
Loading...
Searching...
No Matches
nfx::json::Container Concept Reference

Concept for JSON container types only. More...

#include <nfx/json/Concepts.h>

Concept definition

template<typename T>
constexpr bool is_json_container_v
Helper variable template.
Definition Concepts.h:72
Concept for JSON container types only.
Definition Concepts.h:101

Detailed Description

Concept for JSON container types only.

Matches Document, Object, and Array

Definition at line 101 of file Concepts.h.