Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/external/fmtlib/include/fmt/
Dcore.h225 template <typename... Ts> struct void_t_impl { using type = void; }; struct
/aosp_15_r20/prebuilts/vndk/v30/x86/include/external/fmtlib/include/fmt/
Dcore.h225 template <typename... Ts> struct void_t_impl { using type = void; }; struct
/aosp_15_r20/prebuilts/vndk/v30/arm/include/external/fmtlib/include/fmt/
Dcore.h225 template <typename... Ts> struct void_t_impl { using type = void; }; argument
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/external/fmtlib/include/fmt/
Dcore.h225 template <typename... Ts> struct void_t_impl { using type = void; }; struct
/aosp_15_r20/external/fmtlib/include/fmt/
H A Dbase.h314 template <typename...> struct void_t_impl { struct
317 template <typename... T> using void_t = typename void_t_impl<T...>::type; argument