Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BowenFu/hspp
/ begin
Method
begin
include/hspp.h:611–614 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
609
: mBases{std::make_tuple(std::move(bases)...)}
610
{}
611
auto begin() const
612
{
613
return Iter(*this);
614
}
615
auto end() const
616
{
617
return Sentinel{};
Callers
nothing calls this directly
Calls
1
Iter
Class · 0.70
Tested by
no test coverage detected