This is the complete list of members for grpc_core::JustElem< kElem >, including all inherited members.
operator()(std::tuple< A... > &&t) const -> decltype(std::get< kElem >(std::forward< std::tuple< A... >>(t))) | grpc_core::JustElem< kElem > | inline |
operator()(const std::tuple< A... > &t) const -> decltype(std::get< kElem >(t)) | grpc_core::JustElem< kElem > | inline |