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

Method decrement

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

Source from the content-addressed store, hash-verified

1137 }
1138
1139 void decrement()
1140 {
1141 m_element = *m_itr;
1142 ++m_itr;
1143 }
1144
1145private:
1146 path_iterator m_itr;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected