Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
{
Callers
15
test_task.cpp
File · 0.45
test_counting_scopes.cpp
File · 0.45
test_spawn_future.cpp
File · 0.45
test_sync_wait.cpp
File · 0.45
test_parallel_scheduler.cpp
File · 0.45
test_task_scheduler.cpp
File · 0.45
test_create.cpp
File · 0.45
test_task.cpp
File · 0.45
test_function.cpp
File · 0.45
test_merge_each_threaded.cpp
File · 0.45
test_merge_each.cpp
File · 0.45
test_asio_thread_pool.cpp
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected