Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/cppinsights
/ begin
Method
begin
StackList.h:101–101 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
99
};
100
101
constexpr StackListIterator begin() noexcept { return StackListIterator{*this}; }
102
constexpr TStackListEntry* end() noexcept { return mLast; }
103
104
private:
Callers
7
CallConstructor
Function · 0.45
AddBodyStmts
Method · 0.45
GetGlobalVtablePos
Function · 0.45
InsertArg
Method · 0.45
HandleTranslationUnit
Method · 0.45
removeTop
Method · 0.45
InsertCXXMethodDecl
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected