MCPcopy Create free account
hub / github.com/NVIDIA/stdexec / resize

Method resize

include/stdexec/__detail/__static_vector.hpp:135–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133 }
134
135 constexpr void resize(std::size_t __new_size) noexcept
136 {
137 __size_ = __new_size;
138 }
139
140 constexpr auto erase(const_iterator __first, const_iterator __last) noexcept -> iterator
141 {

Callers 2

operator+Method · 0.80
STDEXEC_IF_OKFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected