Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/json
/ operator()
Method
operator()
test/basic_parser.cpp:183–186 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
181
182
template< class Bools >
183
void operator()(Bools b) const
184
{
185
result_.push_back( make_options(b) );
186
}
187
};
188
189
} // (anon)
Callers
nothing calls this directly
Calls
2
make_options
Function · 0.85
push_back
Method · 0.45
Tested by
no test coverage detected