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

Method operator()

gil/gil.impl.hpp:297–299  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {
298 return tfunc::Set<Tuple<xs...>, i, Y<y>>{};
299 }
300};
301
302namespace _impl_ {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected