How to call a template function with a pointer to type

前端 未结 0 2041
花落未央
花落未央 2021-02-19 17:54
// member template function
template
T& Foo(int i) const {
    //...
}

I want to to call Foo with a pointer to a type. Like:

<
相关标签:
回答
  • 消灭零回复
提交回复
热议问题