MCPcopy Create free account
hub / github.com/bloomberg/quantum / Buffer

Method Buffer

quantum/impl/quantum_buffer_impl.h:26–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24
25template <class T, class ALLOCATOR>
26Buffer<T,ALLOCATOR>::Buffer(const ALLOCATOR& allocator) :
27 _buffer(allocator),
28 _isClosed(false)
29{}
30
31template <class T, class ALLOCATOR>
32template <class V>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected