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

Method empty

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

Source from the content-addressed store, hash-verified

67 T& back() noexcept { return *static_cast<T*>(mLast); }
68
69 constexpr bool empty() const noexcept { return (nullptr == mLast); }
70
71 class StackListIterator
72 {

Callers 15

NormalizeFunction · 0.45
IsAnonymousStructOrUnionFunction · 0.45
finishMethod · 0.45
insertInitsMethod · 0.45
AccessToStringWithColonFunction · 0.45
~LambdaScopeHandlerMethod · 0.45
InsertConstructorExprMethod · 0.45
InsideDecltypeMethod · 0.45
HandleCompoundStmtMethod · 0.45

Calls

no outgoing calls

Tested by 3

foo2Function · 0.36
barFunction · 0.36
scheduleMethod · 0.36