Searched defs:mp_valid_impl (Results 1 – 2 of 2) sorted by relevance
25 struct mp_valid_impl struct33 using type = decltype(check_s<F>(0));
68 struct mp_valid_impl: mp_false {}; struct71 struct mp_valid_impl<void_t<F<T...>>, F, T...>: mp_true {}; struct83 template<template<class...> class F, class... T> struct mp_valid_impl struct88 using type = decltype(check<F>(0));