Searched refs:mp_count_impl (Results 1 – 3 of 3) sorted by relevance
/third_party/boost/boost/mp11/detail/ |
D | mp_count.hpp | 24 template<class L, class V> struct mp_count_impl; 28 template<template<class...> class L, class... T, class V> struct mp_count_impl<L<T...>, V> struct 51 template<template<class...> class L, class... T, class V> struct mp_count_impl<L<T...>, V> struct 58 template<template<class...> class L, class... T, class V> struct mp_count_impl<L<T...>, V> struct 67 template<class L, class V> using mp_count = typename detail::mp_count_impl<L, V>::type;
|
/third_party/boost/libs/mp11/doc/article/ |
D | simple_cxx11_metaprogramming_2.adoc | 189 template<class L, class V> struct mp_count_impl; 192 struct mp_count_impl<L<T...>, V> 197 template<class L, class V> using mp_count = typename mp_count_impl<L, V>::type; 218 template<class L, class V> struct mp_count_impl; 221 struct mp_count_impl<L<T...>, V> 226 template<class L, class V> using mp_count = typename mp_count_impl<L, V>::type; 250 template<class L, class V> struct mp_count_impl; 253 struct mp_count_impl<L<T...>, V> 259 template<class L, class V> using mp_count = typename mp_count_impl<L, V>::type;
|
D | simple_cxx11_metaprogramming.adoc | 1125 template<class L, class V> struct mp_count_impl; 1128 struct mp_count_impl<L<T...>, V> 1133 template<class L, class V> using mp_count = typename mp_count_impl<L, V>::type;
|