Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/parser
/ base
Method
base
include/boost/parser/parser.hpp:1714–1714 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1712
return *this;
1713
}
1714
I base() const { return it_; }
1715
friend bool operator==(no_case_iter lhs, S rhs) noexcept
1716
{
1717
return lhs.it_ == rhs;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected