sort,函数

sort(vecOssFiles.begin(), vecOssFiles.end(), [](stItem a, stItem b) -> bool { return a.strTime < b.strTime; });
posted @ 2023-03-23 20:52  曦花  阅读(10)  评论(0编辑  收藏  举报