Searched refs:strip_first_arg (Results 1 – 2 of 2) sorted by relevance
145 struct strip_first_arg {}; struct in dbus::connection148 struct strip_first_arg<std::tuple<FirstArg, Rest...>> { struct in dbus::connection167 typedef typename strip_first_arg<function_tuple>::type unpack_type; in async_method_call()
58 using strip_first_arg = strip_first_n_args<1, T>; typedef61 using strip_first_arg_t = typename strip_first_arg<T>::type;