j
k
j a
j l
Victor Morilla wrote:
template <typename FnType, FnType* fn> struct Translator<FnType, fn, 0> : function_traits<FnType> { typedef result_type type;
typedef typename function_traits<FnType>::result_type type;
};
Back to the thread
Back to the list