#include <daw_json_link_types.h>
|
template<JSONNAMETYPE NewName> |
using | with_name = json_fixed_array< NewName, JsonSizeMember, JsonElement, Container, Constructor, Nullable > |
|
using | without_name = json_base::json_fixed_array< JsonElement, JsonSizeMember, Container, Constructor, Nullable > |
|
using | base_type = json_details::unwrap_type< Container, Nullable > |
|
using | constructor_t = Constructor |
|
using | i_am_a_json_type = void |
|
using | json_element_parse_to_t = typename json_element_t::parse_to_t |
|
using | json_element_t = json_details::json_deduced_type< JsonElement > |
|
using | parse_to_t = typename json_details::construction_result< Nullable !=JsonNullable::MustExist, Constructor, json_element_parse_to_t const *, json_element_parse_to_t const * >::type |
|
using | size_member = JsonSizeMember |
|
template<JSONNAMETYPE NewName> |
using | with_name = daw::json::json_fixed_array< NewName, JsonElement, Container, Constructor, Nullable > |
|
using | without_name = json_fixed_array |
|
◆ with_name
template<JSONNAMETYPE Name, typename JsonSizeMember , typename JsonElement , typename Container , typename Constructor , JsonNullable Nullable>
template<JSONNAMETYPE NewName>
using daw::json::DAW_JSON_VER::json_fixed_array< Name, JsonSizeMember, JsonElement, Container, Constructor, Nullable >::with_name = json_fixed_array<NewName, JsonSizeMember, JsonElement, Container, Constructor, Nullable> |
◆ without_name
template<JSONNAMETYPE Name, typename JsonSizeMember , typename JsonElement , typename Container , typename Constructor , JsonNullable Nullable>
◆ name
template<JSONNAMETYPE Name, typename JsonSizeMember , typename JsonElement , typename Container , typename Constructor , JsonNullable Nullable>
The documentation for this struct was generated from the following file: