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

Method operator[]

gil/gil.impl.hpp:292–294  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

290 }
291 template <template <auto> typename V, auto i>
292 constexpr auto operator[](V<i>) const noexcept {
293 return tfunc::Get<Tuple<xs...>, i>{};
294 }
295 template <template <auto> typename V, auto i, template <auto> typename Y,
296 auto y>
297 constexpr auto operator()(V<i>, Y<y>) const noexcept {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected