MCPcopy Create free account
hub / github.com/boost-ext/te / extends_impl

Function extends_impl

include/boost/te.hpp:526–530  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

524
525template <class I, class T, std::size_t... Ns>
526constexpr auto extends_impl(std::index_sequence<Ns...>) noexcept {
527 (void(typename mappings<T, Ns + 1>::template set<decltype(
528 get(mappings<I, Ns + 1>{}))>{}),
529 ...);
530}
531
532template <class T, class TExpr, class... Ts>
533constexpr auto requires_impl(type_list<TExpr, Ts...>)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected