MCPcopy Create free account
hub / github.com/Snapchat/djinni / optional

Method optional

test-suite/handwritten-src/cpp/optional.hpp:304–304  ·  view source on GitHub ↗

20.5.5.1, constructors

Source from the content-addressed store, hash-verified

302
303 // 20.5.5.1, constructors
304 constexpr optional() noexcept : OptionalBase<T>() {};
305 constexpr optional(nullopt_t) noexcept : OptionalBase<T>() {};
306
307 optional(const optional& rhs)

Callers

nothing calls this directly

Calls 1

initializedMethod · 0.80

Tested by

no test coverage detected