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

Method equal

include/boost/filesystem/path.hpp:1082–1085  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1080 path const& dereference() const { return m_element; }
1081
1082 bool equal(path_iterator const& rhs) const noexcept
1083 {
1084 return m_path_ptr == rhs.m_path_ptr && m_pos == rhs.m_pos;
1085 }
1086
1087 void increment();
1088 void decrement();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected