#include <daw_json_link_types.h>
|
template<JSONNAMETYPE NewName> |
using | with_name = json_tuple< NewName, Tuple, Constructor, Options > |
|
using | without_name = json_base::json_tuple< Tuple, Constructor, Options > |
|
using | base_type = json_details::unwrap_type< Tuple, nullable > |
|
using | constructor_t = json_details::json_class_constructor_t< base_type, Constructor > |
|
using | i_am_a_json_type = void |
|
using | parse_to_t = typename json_details::construction_result< nullable !=JsonNullable::MustExist, Constructor, base_type >::type |
|
template<JSONNAMETYPE NewName> |
using | with_name = daw::json::json_tuple< NewName, Tuple, Constructor, Options > |
|
using | without_name = json_tuple |
|
using | wrapped_type = Tuple |
|
◆ with_name
template<JSONNAMETYPE Name, typename Tuple , typename Constructor , json_details::json_options_t Options>
template<JSONNAMETYPE NewName>
◆ without_name
template<JSONNAMETYPE Name, typename Tuple , typename Constructor , json_details::json_options_t Options>
◆ name
template<JSONNAMETYPE Name, typename Tuple , typename Constructor , json_details::json_options_t Options>
The documentation for this struct was generated from the following file: