Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/stdexec
/ size
Method
size
include/stdexec/__detail/__static_vector.hpp:123–127 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
121
}
122
123
[[nodiscard]]
124
constexpr auto size() const noexcept -> std::size_t
125
{
126
return __size_;
127
}
128
129
[[nodiscard]]
130
static constexpr auto capacity() noexcept -> std::size_t
Callers
11
__emplace_into
Function · 0.45
__schedule
Method · 0.45
operator+
Method · 0.45
__static_vector
Method · 0.45
STDEXEC_IF_OK
Method · 0.45
__meta.hpp
File · 0.45
STDEXEC_IF_OK
Function · 0.45
__any.hpp
File · 0.45
__move_to
Method · 0.45
__ensure_alignment
Function · 0.45
__construct_maybe_alloc
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected