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

Method rbegin

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

Source from the content-addressed store, hash-verified

225#endif
226
227 reverse_iterator rbegin() { return reverse_iterator(end()); }
228 const_reverse_iterator rbegin() const {
229 return const_reverse_iterator(end());
230 }

Callers

nothing calls this directly

Calls 2

reverse_iteratorClass · 0.50
endClass · 0.50

Tested by

no test coverage detected