From f2a1a3f56768d9aa03796808206f067daa5e0aa0 Mon Sep 17 00:00:00 2001 From: Claudius 'keldu' Holeksa Date: Mon, 21 Oct 2024 17:52:46 +0200 Subject: Working towards proper rpc reference example --- modules/remote/c++/remote.hpp | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'modules/remote/c++/remote.hpp') diff --git a/modules/remote/c++/remote.hpp b/modules/remote/c++/remote.hpp index 807213e..0f508f5 100644 --- a/modules/remote/c++/remote.hpp +++ b/modules/remote/c++/remote.hpp @@ -82,6 +82,16 @@ class remote_data; template class rpc_client; +namespace impl { +template +struct tmpl_group_to_std_data_server_tuple; + +template +struct tmpl_group_to_std_data_server_ptr_tuple, Encoding, Remote> { + using type = std::tuple>...>; +}; +} + /** * Implementation of a remote server on the backend */ -- cgit v1.2.3