MCPcopy Create free account
hub / github.com/boostorg/filesystem / compare

Method compare

src/path.cpp:194–197  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

192 }
193
194 int path::compare(const path& p) const BOOST_NOEXCEPT
195 {
196 return detail::lex_compare(begin(), end(), p.begin(), p.end());
197 }
198
199# ifdef BOOST_WINDOWS_API
200

Callers 3

operator==Function · 0.80
operator!=Function · 0.80
operator<Function · 0.80

Calls 4

lex_compareFunction · 0.85
endFunction · 0.85
beginMethod · 0.80
endMethod · 0.80

Tested by

no test coverage detected