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

Method size

OutputFormatHelper.h:39–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37 operator std::string_view() const& { return {mOutput}; }
38
39 auto size() const { return mOutput.size(); }
40
41 /// \brief Returns the current position in the output buffer.
42 size_t CurrentPos() const { return mOutput.length(); }

Callers 13

VisitCXXThisExprMethod · 0.45
InsertCoroutineMethod · 0.45
InsertArgMethod · 0.45
_mkDeclStmtFunction · 0.45
CallFunction · 0.45
to_params_viewFunction · 0.45
EmitGlobalVariableCtorsFunction · 0.45
GetSpacesFunction · 0.45
InsertArgMethod · 0.45
mainFunction · 0.45
IndentMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected