MCPcopy 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_intoFunction · 0.45
__scheduleMethod · 0.45
operator+Method · 0.45
__static_vectorMethod · 0.45
STDEXEC_IF_OKMethod · 0.45
__meta.hppFile · 0.45
STDEXEC_IF_OKFunction · 0.45
__any.hppFile · 0.45
__move_toMethod · 0.45
__ensure_alignmentFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected