MCPcopy 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_valueMethod · 0.80
moveFunction · 0.50
InitMethod · 0.45
resetMethod · 0.45

Tested by

no test coverage detected