Searched defs:has_non_default_from_json (Results 1 – 2 of 2) sorted by relevance
3580 struct has_non_default_from_json : std::false_type {}; struct3583 struct has_non_default_from_json < BasicJsonType, T, enable_if_t < !is_basic_json<T>::value >> struct3585 using serializer = typename BasicJsonType::template json_serializer<T, void>;3587 static constexpr bool value =
3427 struct has_non_default_from_json : std::false_type {}; struct3430 struct has_non_default_from_json < BasicJsonType, T, enable_if_t < !is_basic_json<T>::value >> struct3432 using serializer = typename BasicJsonType::template json_serializer<T, void>;3434 static constexpr bool value =