Home
last modified time | relevance | path

Searched defs:has_from_json (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/ublksrv/include/nlohmann/
H A Djson.hpp3402 struct has_from_json : std::false_type {}; struct
3415 struct has_from_json < BasicJsonType, T, enable_if_t < !is_basic_json<T>::value >> struct
3417 using serializer = typename BasicJsonType::template json_serializer<T, void>;
3419 static constexpr bool value =