MCPcopy Create free account
hub / github.com/cel-expr/cel-cpp / operator[]

Function operator[]

common/arena_string.h:175–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

173 }
174
175 const_reference operator[](size_type index) const
176 ABSL_ATTRIBUTE_LIFETIME_BOUND {
177 ABSL_DCHECK_LT(index, size());
178
179 return data()[index];
180 }
181
182 void remove_prefix(size_type n) {
183 ABSL_DCHECK_LE(n, size());

Callers

nothing calls this directly

Calls 1

sizeFunction · 0.70

Tested by

no test coverage detected