MCPcopy Create free account
hub / github.com/davisking/dlib / optional

Method optional

dlib/optional.h:436–436  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

434 using value_type = T;
435
436 constexpr optional() = default;
437 constexpr optional(const optional &rhs) = default;
438 constexpr optional(optional &&rhs) = default;
439 constexpr optional& operator=(const optional &rhs) = default;

Callers

nothing calls this directly

Calls 2

moveFunction · 0.85
constructMethod · 0.45

Tested by

no test coverage detected