Home
last modified time | relevance | path

Searched refs:mp_from_sequence_impl (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/mp11/
Dalgorithm.hpp315 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...… struct
324 template<class S> using mp_from_sequence = typename detail::mp_from_sequence_impl<S>::type;
/third_party/boost/libs/mp11/doc/article/
Dsimple_cxx11_metaprogramming.adoc804 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;