Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/include/utils/
H A Djson_utils.hpp855 struct ODataObjectLess struct
857 std::string_view key;
859 explicit ODataObjectLess(std::string_view keyIn) : key(keyIn) {} in ODataObjectLess() function
861 bool operator()(const nlohmann::json& left, in operator ()()