Home
last modified time | relevance | path

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

/aosp_15_r20/external/ublksrv/include/nlohmann/
H A Djson.hpp5544 struct to_json_fn struct
5547 …to operator()(BasicJsonType& j, T&& val) const noexcept(noexcept(to_json(j, std::forward<T>(val)))) in operator ()()