Searched defs:ODataObjectLess (Results 1 – 1 of 1) sorted by relevance
875 struct ODataObjectLess struct877 std::string_view key;879 explicit ODataObjectLess(std::string_view keyIn) : key(keyIn) {} in ODataObjectLess() function881 bool operator()(const nlohmann::json& left, in operator ()()