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

Method operator()

gil/gil.impl.hpp:315–317  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

313 template <template <auto> typename V, auto i, template <auto> typename Y,
314 T t>
315 constexpr auto operator()(V<i>, Y<t>) const noexcept {
316 return tfunc::Set<Impl<ts...>, i, Y<t>>{};
317 }
318 };
319};
320} // namespace _impl_

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected