Home
last modified time | relevance | path

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

/third_party/boost/boost/type_traits/detail/
Dmp_defer.hpp25 struct mp_valid_impl struct
33 using type = decltype(check_s<F>(0));
/third_party/boost/boost/mp11/
Dutility.hpp68 struct mp_valid_impl: mp_false {}; struct
71 struct mp_valid_impl<void_t<F<T...>>, F, T...>: mp_true {}; struct
83 template<template<class...> class F, class... T> struct mp_valid_impl struct
88 using type = decltype(check<F>(0));