libcarla/include/system/rpc/detail/invoke.h

16 lines
216 B
C
Raw Normal View History

2024-10-18 13:19:59 +08:00
#pragma once
#ifndef INVOKE_H_0CWMPLUE
#define INVOKE_H_0CWMPLUE
namespace rpc {
namespace detail {
template<typename T>
using invoke = typename T::type;
}}
#endif /* end of include guard: INVOKE_H_0CWMPLUE */