Determine if Type is a pointer in a template function

后端 未结 2 1693
孤城傲影
孤城傲影 2020-11-30 00:53

If I have a template function, for example like this:

template
void func(const std::vector& v)

Is there any

2条回答
提交回复
热议问题