Searched refs:mp_from_sequence_impl (Results 1 – 2 of 2) sorted by relevance
315 template<class S> struct mp_from_sequence_impl;317 template<template<class T, T... I> class S, class U, U... J> struct mp_from_sequence_impl<S<U, J...… struct324 template<class S> using mp_from_sequence = typename detail::mp_from_sequence_impl<S>::type;
804 template<class S> struct mp_from_sequence_impl;807 struct mp_from_sequence_impl<S<U, J...>>812 template<class S> using mp_from_sequence = typename mp_from_sequence_impl<S>::type;