Files
Brandyn / Techy fcc1b09210 init
2026-04-04 15:40:51 -05: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 */