Searched defs:has_non_default_from_json (Results 1 – 2 of 2) sorted by relevance
121 struct has_non_default_from_json : std::false_type {}; struct124 struct has_non_default_from_json < BasicJsonType, T, enable_if_t < !is_basic_json<T>::value >> struct126 using serializer = typename BasicJsonType::template json_serializer<T, void>;128 static constexpr bool value =
3060 struct has_non_default_from_json : std::false_type {}; struct3063 struct has_non_default_from_json < BasicJsonType, T, enable_if_t < !is_basic_json<T>::value >> struct3065 using serializer = typename BasicJsonType::template json_serializer<T, void>;3067 static constexpr bool value =