Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/brpc
/ optional
Method
optional
src/butil/containers/optional.h:140–140 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
138
"Instantiation of optional with an array type is ill-formed"
);
139
140
optional() : _engaged(false) {}
141
142
optional(nullopt_t) : optional() {}
143
Callers
nothing calls this directly
Calls
4
has_value
Method · 0.80
move
Function · 0.50
Init
Method · 0.45
reset
Method · 0.45
Tested by
no test coverage detected