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

Method optional_base

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

Source from the content-addressed store, hash-verified

201 storage_t<T> storage_;
202
203 constexpr optional_base() noexcept : init_(false), storage_(trivial_init) {};
204
205 constexpr explicit optional_base(only_set_initialized_t, bool init) noexcept : init_(init), storage_(trivial_init) {};
206

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected