MCPcopy Create free account
hub / github.com/ThePhD/sol2 / size

Method size

tests/coroutines/source/array_proxy_lifetime.cpp:119–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117 return iterator(*this, mpParent.children.size());
118 }
119 size_t size() const {
120 return mpParent.children.size();
121 }
122
123 const A& mpParent;
124 };

Callers 3

operator*Method · 0.45
endMethod · 0.45
ex_f1Function · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected