Files
UnrealEngine/Engine/Source/ThirdParty/rpclib/2.2.1/include/rpc/detail/invoke.h
2025-05-18 13:04:45 +08:00

16 lines
216 B
C++

#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 */