MCPcopy Create free account
hub / github.com/NVIDIA/stdexec / operator+

Method operator+

include/stdexec/__detail/__static_vector.hpp:38–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36 {
37 template <class... _What, class _Tp, std::size_t _Capacity>
38 [[nodiscard]]
39 friend constexpr auto operator+(__mexception<_What...>, //
40 __static_vector<_Tp, _Capacity> const &) noexcept //
41 -> __mexception<_What...>
42 {
43 return {};
44 }
45
46 template <class... _What, class _Tp, std::size_t _Capacity>
47 [[nodiscard]]

Callers

nothing calls this directly

Calls 4

resizeMethod · 0.80
beginMethod · 0.45
endMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected