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

Function __make_static_vector

include/stdexec/__detail/__static_vector.hpp:224–227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

222
223 template <class _First, __same_as<_First>... _Rest>
224 constexpr auto __make_static_vector(_First __first, _Rest... __rest) noexcept
225 {
226 return __static_vector<_First, 1 + sizeof...(_Rest)>{__first, __rest...};
227 }
228} // namespace STDEXEC
229
230#include "__epilogue.hpp"

Callers 2

STDEXEC_IF_OKMethod · 0.85
__implsClass · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected