nfx-json 1.5.2
Modern C++20 JSON library with schema validation and generation
Loading...
Searching...
No Matches
nfx::json::is_json_container< T > Struct Template Reference

Type trait to identify JSON container types (Object, Array). More...

#include <nfx/json/Concepts.h>

Inheritance diagram for nfx::json::is_json_container< T >:
Collaboration diagram for nfx::json::is_json_container< T >:

Detailed Description

template<typename T>
struct nfx::json::is_json_container< T >

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.


The documentation for this struct was generated from the following file: