Searched defs:ODataObjectLess (Results 1 – 1 of 1) sorted by relevance
855 struct ODataObjectLess struct857 std::string_view key;859 explicit ODataObjectLess(std::string_view keyIn) : key(keyIn) {} in ODataObjectLess() function861 bool operator()(const nlohmann::json& left, in operator ()()