Searched defs:mp_from_sequence_impl (Results 1 – 1 of 1) sorted by relevance
317 template<template<class T, T... I> class S, class U, U... J> struct mp_from_sequence_impl<S<U, J...… struct319 using type = mp_list<std::integral_constant<U, J>...>;