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

Method compare_v3

src/path.cpp:639–642  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

637}
638
639BOOST_FILESYSTEM_DECL int path_algorithms::compare_v3(path const& left, path const& right)
640{
641 return path_algorithms::lex_compare_v3(left.begin(), left.end(), right.begin(), right.end());
642}
643
644BOOST_FILESYSTEM_DECL int path_algorithms::compare_v4(path const& left, path const& right)
645{

Callers

nothing calls this directly

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected