Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_iterator
Class · 0.50
end
Class · 0.50
Tested by
no test coverage detected