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

Method get

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

Source from the content-addressed store, hash-verified

69
70 public:
71 auto get() const -> Allocator* { return alloc_; }
72
73 auto allocate(size_t n) -> value_type* {
74 return std::allocator_traits<Allocator>::allocate(*alloc_, n);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected