![]() |
DAW JSON Link
|
#include <daw_json_link_types.h>
Public Types | |
using | base_type = json_details::unwrap_type< T, Nullable > |
using | constructor_t = Constructor |
using | i_am_a_json_type = void |
using | parse_to_t = std::invoke_result_t< Constructor, base_type > |
using | wrapped_type = T |
Static Public Attributes | |
static constexpr JsonParseTypes | base_expected_type = JsonParseTypes::Bool |
static constexpr JsonParseTypes | expected_type |
static constexpr LiteralAsStringOpt | literal_as_string = LiteralAsString |
static constexpr daw::string_view | name = Name |
static constexpr bool | nullable = Nullable == JsonNullable::Nullable |
static constexpr JsonBaseParseTypes | underlying_json_type |
The member is a nullable boolean
Name | name of json member |
T | result type to pass to Constructor |
LiteralAsString | Could this number be embedded in a string |
Constructor | Callable used to construct result |
The member is a boolean
Name | name of json member |
T | result type to pass to Constructor |
LiteralAsString | Could this number be embedded in a string |
Constructor | Callable used to construct result |
Nullable | Can the member be missing or have a null value |
using DAW_JSON_NS::json_bool< Name, T, LiteralAsString, Constructor, Nullable >::base_type = json_details::unwrap_type<T, Nullable> |
using DAW_JSON_NS::json_bool< Name, T, LiteralAsString, Constructor, Nullable >::constructor_t = Constructor |
using DAW_JSON_NS::json_bool< Name, T, LiteralAsString, Constructor, Nullable >::i_am_a_json_type = void |
using DAW_JSON_NS::json_bool< Name, T, LiteralAsString, Constructor, Nullable >::parse_to_t = std::invoke_result_t<Constructor, base_type> |
using DAW_JSON_NS::json_bool< Name, T, LiteralAsString, Constructor, Nullable >::wrapped_type = T |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |