Lines Matching refs:boolean_t
348 /// @sa https://json.nlohmann.me/api/basic_json/boolean_t/
349 using boolean_t = BooleanType;
410 boolean | boolean | @ref boolean_t
434 boolean_t boolean;
445 json_value(boolean_t v) noexcept : boolean(v) {}
483 boolean = static_cast<boolean_t>(false);
841 using other_boolean_t = typename BasicJsonType::boolean_t;
1392 boolean_t get_impl(boolean_t* /*unused*/) const
1439 boolean_t* get_impl_ptr(boolean_t* /*unused*/) noexcept
1445 constexpr const boolean_t* get_impl_ptr(const boolean_t* /*unused*/) const noexcept
1753 object_t, @ref string_t, @ref boolean_t, @ref number_integer_t,