MCPcopy Create free account
hub / github.com/PRBonn/depth_clustering / numeric_string_compare

Function numeric_string_compare

src/utils/folder_reader.cpp:52–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52bool numeric_string_compare(const std::string& s1, const std::string& s2) {
53 return num_from_string(s1) < num_from_string(s2);
54}
55
56FolderReader::FolderReader(const string& folder_path, const string& ending_with,
57 const Order order)

Callers

nothing calls this directly

Calls 1

num_from_stringFunction · 0.85

Tested by

no test coverage detected