MCPcopy Create free account
hub / github.com/andreasfertig/cppinsights / StackList

Method StackList

StackList.h:29–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27 using TStackListEntry = StackListEntry<T>;
28
29 StackList() = default;
30
31 void push(TStackListEntry& entry) noexcept
32 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected