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

Function moodycamel_cq_size_approx

c_api/concurrentqueue.cpp:34–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34size_t moodycamel_cq_size_approx(MoodycamelCQHandle handle)
35{
36 return reinterpret_cast<MoodycamelCQPtr>(handle)->size_approx();
37}
38
39}

Callers

nothing calls this directly

Calls 1

size_approxMethod · 0.45

Tested by

no test coverage detected