Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cameron314/readerwriterqueue
/ AllocationMode
Enum
AllocationMode
readerwriterqueue.h:531–531 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
529
530
private:
531
enum AllocationMode { CanAlloc, CannotAlloc };
532
533
#if MOODYCAMEL_HAS_EMPLACE
534
template<AllocationMode canAlloc, typename... Args>
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected