MCPcopy 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.cppFile · 0.45
do_deallocateMethod · 0.45
benchFunction · 0.45
launch.cppFile · 0.45
try_start_nextMethod · 0.45
start_nextMethod · 0.45
mainFunction · 0.45
operator+Method · 0.45
__static_vectorMethod · 0.45

Calls

no outgoing calls

Tested by 2