MCPcopy Create free account
hub / github.com/Simple-XX/SimpleKernel / operator()

Method operator()

src/device/include/driver_registry.hpp:50–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48/// flat_map 中 const char* 键的比较器(使用 kstd::strcmp)。
49struct CStrLess {
50 auto operator()(const char* a, const char* b) const -> bool {
51 return kstd::strcmp(a, b) < 0;
52 }
53};
54
55/**

Callers

nothing calls this directly

Calls 1

strcmpFunction · 0.85

Tested by

no test coverage detected