Searched defs:has_to_json (Results 1 – 3 of 3) sorted by relevance
154 struct has_to_json : std::false_type {}; struct157 struct has_to_json < BasicJsonType, T, enable_if_t < !is_basic_json<T>::value >> struct159 using serializer = typename BasicJsonType::template json_serializer<T, void>;161 static constexpr bool value =
3567 struct has_to_json : std::false_type {}; struct3570 struct has_to_json < BasicJsonType, T, enable_if_t < !is_basic_json<T>::value >> struct3572 using serializer = typename BasicJsonType::template json_serializer<T, void>;3574 static constexpr bool value =
3472 struct has_to_json : std::false_type {}; struct3475 struct has_to_json < BasicJsonType, T, enable_if_t < !is_basic_json<T>::value >> struct3477 using serializer = typename BasicJsonType::template json_serializer<T, void>;3479 static constexpr bool value =