MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / rbegin

Method rbegin

extern/boost/boost/array.hpp:98–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96#endif
97
98 reverse_iterator rbegin() { return reverse_iterator(end()); }
99 const_reverse_iterator rbegin() const {
100 return const_reverse_iterator(end());
101 }

Callers 2

concept_check.hppFile · 0.45
rd_stringMethod · 0.45

Calls 2

reverse_iteratorClass · 0.50
endClass · 0.50

Tested by

no test coverage detected