MCPcopy Create free account
hub / github.com/fmtlib/fmt / move

Method move

test/mock-allocator.h:44–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42 Allocator* alloc_;
43
44 void move(allocator_ref& other) {
45 alloc_ = other.alloc_;
46 other.alloc_ = nullptr;
47 }
48
49 public:
50 using value_type = typename Allocator::value_type;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected