Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/stdexec
/ end
Method
end
include/stdexec/__detail/__static_vector.hpp:111–115 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
109
}
110
111
[[nodiscard]]
112
constexpr auto end() noexcept -> iterator
113
{
114
return __data_ + __size_;
115
}
116
117
[[nodiscard]]
118
constexpr auto end() 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
main
Function · 0.45
operator+
Method · 0.45
STDEXEC_IF_OK
Method · 0.45
__execute_all
Method · 0.45
STDEXEC_IF_OK
Function · 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