MCPcopy Create free account
hub / github.com/cameron314/concurrentqueue / get

Method get

benchmarks/dlib/algs.h:1027–1027  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1025 stack_based_memory_block(): data(mem.data) {}
1026
1027 void* get () { return data; }
1028 /*!
1029 ensures
1030 - returns a pointer to the block of memory contained in this object

Callers 15

deserializeFunction · 0.45
crefFunction · 0.45
u8_to_u32Function · 0.45
uflowMethod · 0.45
swapFunction · 0.45
operator==Function · 0.45
operator!=Function · 0.45
operator<=Function · 0.45
operator>=Function · 0.45
operator<Function · 0.45
operator>Function · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected