Home
last modified time | relevance | path

Searched refs:alphaSort (Results 1 - 1 of 1) sorted by relevance

/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/lumeassetcompiler/src/
H A Dmain.cpp117 auto alphaSort = [](dirent* x, dirent* y) { return std::string(x->d_name) < std::string(y->d_name); }; local
118 auto dirSet = std::set<dirent*, decltype(alphaSort)>(alphaSort);

Completed in 2 milliseconds