Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/stdexec
/ begin
Method
begin
include/stdexec/__detail/__static_vector.hpp:99–103 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
97
}
98
99
[[nodiscard]]
100
constexpr auto begin() noexcept -> iterator
101
{
102
return __data_;
103
}
104
105
[[nodiscard]]
106
constexpr auto begin() const noexcept -> const_iterator
Callers
15
test_bulk.cpp
File · 0.45
number_of_threads_in_bulk
Function · 0.45
number_of_threads_in_bulk_chunked
Function · 0.45
do_deallocate
Method · 0.45
bench
Function · 0.45
launch.cpp
File · 0.45
test_bwos_lifo_queue.cpp
File · 0.45
try_start_next
Method · 0.45
start_next
Method · 0.45
main
Function · 0.45
operator+
Method · 0.45
__static_vector
Method · 0.45
Calls
no outgoing calls
Tested by
2
number_of_threads_in_bulk
Function · 0.36
number_of_threads_in_bulk_chunked
Function · 0.36