CCF
Loading...
Searching...
No Matches
Public Types | Public Attributes | List of all members
ccf::JsonField< T > Struct Template Reference

#include <json.h>

Public Types

using Target = T
 

Public Attributes

char const * name
 

Detailed Description

template<typename T>
struct ccf::JsonField< T >

Represents a field within a JSON object. Tuples of these can be used in schema generation.

Member Typedef Documentation

◆ Target

template<typename T >
using ccf::JsonField< T >::Target = T

Member Data Documentation

◆ name

template<typename T >
char const* ccf::JsonField< T >::name

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