Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ begin
Method
begin
src/reverse_iterator.h:22–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
20
explicit reverse_range(T &x) : m_x(x) {}
21
22
auto begin() const -> decltype(this->m_x.rbegin())
23
{
24
return m_x.rbegin();
25
}
26
27
auto end() const -> decltype(this->m_x.rend())
28
{
Callers
nothing calls this directly
Calls
1
rbegin
Method · 0.80
Tested by
no test coverage detected