|
nfx-json 1.5.2
Modern C++20 JSON library with schema validation and generation
|
Type trait to identify JSON container types (Object, Array). More...
#include <nfx/json/Concepts.h>


Type trait to identify JSON container types (Object, Array).
Primary template returns false. Specializations defined in Document.h for Object and Array types.
Definition at line 56 of file Concepts.h.