Searched defs:compound_type (Results 1 – 1 of 1) sorted by relevance
115 struct compound_type { struct116 inline static constexpr size_t size_v = sizeof...(Ts);118 inline static constexpr bool contains_v = type_index<T, Ts...>() >= 0;120 inline static constexpr ssize_t index_of() { return type_index<T, Ts...>(); } in index_of()124 using tuple_t = std::tuple<Ts...>;145 static bool apply_impl(F f, A *a, std::any *result) { in apply_impl()167 static bool apply_impl(F f __attribute__((unused)), A *a __attribute__((unused)), in apply_impl()