Searched defs:has_from_json (Results 1 – 3 of 3) sorted by relevance
114 struct has_from_json : std::false_type {}; struct127 struct has_from_json < BasicJsonType, T, enable_if_t < !is_basic_json<T>::value >> struct129 using serializer = typename BasicJsonType::template json_serializer<T, void>;131 static constexpr bool value =
3527 struct has_from_json : std::false_type {}; struct3540 struct has_from_json < BasicJsonType, T, enable_if_t < !is_basic_json<T>::value >> struct3542 using serializer = typename BasicJsonType::template json_serializer<T, void>;3544 static constexpr bool value =
3432 struct has_from_json : std::false_type {}; struct3445 struct has_from_json < BasicJsonType, T, enable_if_t < !is_basic_json<T>::value >> struct3447 using serializer = typename BasicJsonType::template json_serializer<T, void>;3449 static constexpr bool value =