Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChaiScript/ChaiScript
/ begin
Method
begin
unittests/catch.hpp:5528–5528 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5526
using const_iterator = iterator;
5527
5528
auto begin() const -> iterator { return iterator( *this ); }
5529
auto end() const -> iterator { return { *this, iterator::EndTag() }; }
5530
5531
auto operator += ( Column const& col ) -> Columns& {
Callers
nothing calls this directly
Calls
1
iterator
Class · 0.70
Tested by
no test coverage detected