Searched refs:mp_fill_impl (Results 1 – 2 of 2) sorted by relevance
/third_party/boost/boost/mp11/ |
D | algorithm.hpp | 202 template<class L, class V> struct mp_fill_impl; 204 template<template<class...> class L, class... T, class V> struct mp_fill_impl<L<T...>, V> struct 221 template<class L, class V> using mp_fill = typename detail::mp_fill_impl<L, V>::type;
|
/third_party/boost/libs/mp11/doc/article/ |
D | simple_cxx11_metaprogramming.adoc | 722 template<class L, class V> struct mp_fill_impl; 725 struct mp_fill_impl<L<T...>, V> 731 template<class L, class V> using mp_fill = typename mp_fill_impl<L, V>::type; 736 `mp_fill_impl`.
|