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

Method ScopeHelper

InsightsHelpers.h:249–252  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

247struct ScopeHelper : public StackListEntry<ScopeHelper>
248{
249 ScopeHelper(const size_t len)
250 : mLength{len}
251 {
252 }
253
254 const size_t mLength; //!< Length of the scope as it was _before_ this declaration was appended.
255};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected