Iros
 
Loading...
Searching...
No Matches
ipc.h
Go to the documentation of this file.
1#pragma once
2
4#include "di/meta/core.h"
5namespace dius {
6namespace ipc {
7 template<typename Proto>
8 struct IpcServer {};
9}
10
11template<di::concepts::InstanceOf<di::Protocol> Proto>
12constexpr inline auto ipc_server = ipc::IpcServer<Proto> {};
13}
Definition ipc.h:6
Definition directory_entry.h:11
constexpr auto ipc_server
Definition ipc.h:12
Definition ipc.h:8