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

Function rbegin

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

Source from the content-addressed store, hash-verified

133 const_iterator cend() const { return string_.cend(); }
134
135 const_reverse_iterator rbegin() const { return string_.rbegin(); }
136
137 const_reverse_iterator crbegin() const { return string_.crbegin(); }
138

Callers 2

TypeParametersClass · 0.85
arena_string.hFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected