MCPcopy 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.cppFile · 0.45
do_deallocateMethod · 0.45
benchFunction · 0.45
launch.cppFile · 0.45
mainFunction · 0.45
operator+Method · 0.45
STDEXEC_IF_OKMethod · 0.45
__execute_allMethod · 0.45
STDEXEC_IF_OKFunction · 0.45

Calls

no outgoing calls

Tested by 2