Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChaiScript/ChaiScript
/ BoundFlagRef
Method
BoundFlagRef
unittests/catch.hpp:5935–5935 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5933
bool &m_ref;
5934
5935
explicit BoundFlagRef( bool &ref ) : m_ref( ref ) {}
5936
5937
auto setFlag( bool flag ) -> ParserResult override {
5938
m_ref = flag;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected