MCPcopy Create free account
hub / github.com/SpartanJ/eepp / count

Method count

include/eepp/system/container.hpp:53–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53template <class T> Uint32 Container<T>::count() {
54 return mResources.size();
55}
56
57}} // namespace EE::System
58

Callers 4

containsFunction · 0.45
propertyidset.hppFile · 0.45
operator&Function · 0.45
getCountMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected