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

Method renamer

test/operations_test.cpp:297–298  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

295{
296public:
297 renamer(const fs::path& p1, const fs::path& p2) :
298 from(p1), to(p2) {}
299 void operator()()
300 {
301 fs::rename(from, to);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected