MCPcopy Create free account
hub / github.com/cel-expr/cel-cpp / rend

Function rend

common/arena_string_view.h:139–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137 const_reverse_iterator crbegin() const { return string_.crbegin(); }
138
139 const_reverse_iterator rend() const { return string_.rend(); }
140
141 const_reverse_iterator crend() const { return string_.crend(); }
142

Callers 2

TypeParametersClass · 0.85
arena_string.hFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected