Home
last modified time | relevance | path

Searched defs:mp_set_contains_impl (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/mp11/
Dset.hpp29 template<class S, class V> struct mp_set_contains_impl struct
33 template<template<class...> class L, class... T, class V> struct mp_set_contains_impl<L<T...>, V> struct
35 using type = mp_to_bool<std::is_base_of<mp_identity<V>, mp_inherit<mp_identity<T>...> > >;