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

Method allocator_ref

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

Source from the content-addressed store, hash-verified

52 fmt::bool_constant<PropagateOnMove>;
53
54 explicit allocator_ref(Allocator* alloc = nullptr) : alloc_(alloc) {}
55
56 allocator_ref(const allocator_ref& other) : alloc_(other.alloc_) {}
57 allocator_ref(allocator_ref&& other) { move(other); }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected