C++中使用/ * * / 是什么意思?
比如在类的成员函数声明中是这样的:classRHS{public:doublevalue(constPoint<dim>&p,constintcomponent=0)co...
比如在类的成员函数声明中是这样的:
class RHS
{
public:
double value(const Point<dim> &p, const int component = 0) const;
}
但在这个成员函数的实现中是这样写的:
double RHS :: value(const Point<dim> &p, const int / * component */) const
{
...
}
不懂这里的/ *component */是什么意思。:
double RHS :: value(const Point<dim> &p, const int / * component */) const
{
...
}
不懂这里的/ *component */是什么意思。 展开
class RHS
{
public:
double value(const Point<dim> &p, const int component = 0) const;
}
但在这个成员函数的实现中是这样写的:
double RHS :: value(const Point<dim> &p, const int / * component */) const
{
...
}
不懂这里的/ *component */是什么意思。:
double RHS :: value(const Point<dim> &p, const int / * component */) const
{
...
}
不懂这里的/ *component */是什么意思。 展开
3个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询