Home
last modified time | relevance | path

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

/third_party/boost/boost/mp11/
Dset.hpp97 template<class S> struct mp_is_set_impl struct
99 using type = mp_false;
102 template<template<class...> class L, class... T> struct mp_is_set_impl<L<T...>> struct
104 using type = mp_to_bool<std::is_same<mp_list<T...>, mp_set_push_back<mp_list<>, T...> > >;