template<unsigned arity, typename Signature, typename Combiner,
typename Group, typename GroupCompare, typename SlotFunction,
typename ExtendedSlotFunction, typename Mutex>
class signalN;
// partial template specialization
template<typename Signature, typename Combiner, typename Group,
typename GroupCompare, typename SlotFunction,
typename ExtendedSlotFunction, typename Mutex>
class signalN<BOOST_SIGNALS2_NUM_ARGS, Signature, Combiner, Group,
GroupCompare, SlotFunction, ExtendedSlotFunction, Mutex> {};
这是一个如上定义的类。 但是,eclipse大纲视图显示这是一个功能。
在eclipse图标文档之后,这绝对是一个功能。
这个班怎么能变成一个福音?