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

Method compare_v4

src/path.cpp:644–647  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

642}
643
644BOOST_FILESYSTEM_DECL int path_algorithms::compare_v4(path const& left, path const& right)
645{
646 return path_algorithms::lex_compare_v4(left.begin(), left.end(), right.begin(), right.end());
647}
648
649// append_separator_if_needed ------------------------------------------------------//
650

Callers

nothing calls this directly

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected