![]() |
DAW JSON Link
|
#include <daw_json_link_types.h>
Public Types | |
template<JSONNAMETYPE NewName> | |
using | with_name = json_number< NewName, T, Options, Constructor > |
using | without_name = json_base::json_number< T, Options, Constructor > |
![]() | |
using | base_type = json_details::unwrapped_t< T, nullable > |
using | constructor_t = 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_number< NewName, T, Options, Constructor > |
using | without_name = json_number |
using | wrapped_type = T |
Static Public Attributes | |
static constexpr daw::string_view | name = Name |
![]() | |
static constexpr JsonNumberErrors | allow_number_errors |
static constexpr JsonParseTypes | base_expected_type |
static constexpr JsonParseTypes | expected_type |
static constexpr FPOutputFormat | fp_output_format |
static constexpr LiteralAsStringOpt | literal_as_string |
static constexpr bool | must_be_class_member = false |
static constexpr daw::string_view | name = no_name |
static constexpr JsonNullable | nullable |
static constexpr JsonRangeCheck | range_check |
static constexpr JsonBaseParseTypes | underlying_json_type |
The member is a range checked number
Name | name of json member |
T | type of number(e.g. double, int, unsigned...) 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 |
The member is a number
Name | name of json member |
T | type of number(e.g. double, int, unsigned...) to pass to Constructor |
LiteralAsString | Could this number be embedded in a string |
Constructor | Callable used to construct result |
RangeCheck | Check if the value will fit in the result |
Nullable | Can the member be missing or have a null value |
using daw::json::DAW_JSON_VER::json_number< Name, T, Options, Constructor >::with_name = json_number<NewName, T, Options, Constructor> |
using daw::json::DAW_JSON_VER::json_number< Name, T, Options, Constructor >::without_name = json_base::json_number<T, Options, Constructor> |
|
staticconstexpr |