MCPcopy Create free account
hub / github.com/BowenFu/matchit.cpp / size

Method size

develop/matchit/patterns.h:35–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33 }
34
35 size_t size() const
36 {
37 return static_cast<size_t>(std::distance(mBegin, mEnd));
38 }
39 auto begin() const { return mBegin; }
40 auto end() const { return mEnd; }
41 };

Callers 6

operator==Function · 0.80
matchPatternImplMethod · 0.80
expectRangeFunction · 0.80
TESTFunction · 0.80
matchit.hFile · 0.80
matchPatternImplMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected