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

Method equal

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

Source from the content-addressed store, hash-verified

1125
1126 path const& dereference() const { return m_element; }
1127 bool equal(path_reverse_iterator const& rhs) const noexcept { return m_itr == rhs.m_itr; }
1128
1129 void increment()
1130 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected