fencer/src/typeclass_helpers.h

8 lines
228 B
C

#ifndef _fencer_typeclass_helpers_h
#define _fencer_typeclass_helpers_h
#define TC_FN_TYPECHECK(__Return, __Name, ...)\
__Return (*const __Name##_)(__VA_ARGS__) = __Name; (void)__Name##_
#endif // !_fencer_typeclass_helpers_h