MCPcopy Create free account
hub / github.com/Kitware/CMake / optional

Method optional

Utilities/cmcppdap/include/dap/optional.h:83–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81
82template <typename T>
83optional<T>::optional(const optional& other) : val(other.val), set(other.set) {}
84
85template <typename T>
86optional<T>::optional(optional&& other)

Callers

nothing calls this directly

Calls 3

moveFunction · 0.85
has_valueMethod · 0.80
valueMethod · 0.80

Tested by

no test coverage detected