MCPcopy Create free account
hub / github.com/SheafificationOfG/based-cpp / operator+

Method operator+

gil/gil.impl.hpp:306–308  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

304 template <T... ts> struct Impl {
305 template <template <T...> typename W, T... more>
306 constexpr auto operator+(W<more...>) const noexcept {
307 return Impl<ts..., more...>{};
308 }
309 template <template <auto> typename V, auto i>
310 constexpr auto operator[](V<i>) const noexcept {
311 return tfunc::Get<Impl<ts...>, i>{};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected