MCPcopy Create free account
hub / github.com/NVIDIA/stdexec / has_value

Method has_value

include/stdexec/__detail/__optional.hpp:185–189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

183 }
184
185 [[nodiscard]]
186 constexpr auto has_value() const noexcept -> bool
187 {
188 return __has_value_;
189 }
190
191 constexpr void reset() noexcept
192 {

Calls

no outgoing calls

Tested by

no test coverage detected