MCPcopy Create free account
hub / github.com/awslabs/aws-lambda-cpp / size

Method size

tests/gtest/gtest.h:7549–7549  ·  view source on GitHub ↗

STL-style container methods.

Source from the content-addressed store, hash-verified

7547
7548 // STL-style container methods.
7549 size_t size() const { return size_; }
7550 const_iterator begin() const { return array_; }
7551 const_iterator end() const { return array_ + size_; }
7552 bool operator==(const NativeArray& rhs) const {

Callers 2

operator==Method · 0.45
IsValidParamNameMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected