如何将类更改为C ++中的函数?

时间:2017-12-02 08:22:15

标签: c++ class boost-signals2

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大纲视图显示这是一个功能。

enter image description here

在eclipse图标文档之后,这绝对是一个功能。

https://help.eclipse.org/mars/index.jsp?topic=%2Forg.eclipse.cdt.doc.user%2Freference%2Fcdt_u_icons.htm

这个班怎么能变成一个福音?

0 个答案:

没有答案