MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / buffer

Method buffer

extern/libcds/cds/opt/buffer.h:258–261  ·  view source on GitHub ↗

Returns pointer to buffer array

Source from the content-addressed store, hash-verified

256
257 /// Returns pointer to buffer array
258 value_type * buffer() noexcept
259 {
260 return m_buffer;
261 }
262
263 /// Returns pointer to buffer array
264 value_type * buffer() const noexcept

Callers 5

backMethod · 0.45
push_backMethod · 0.45
frontMethod · 0.45
pop_frontMethod · 0.45
adapted_containerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected