What is the meaning of the underscore in template prototyping? That is the example of template:
template<typename _Tp> _Tp* Mat::ptr(int i=0)
Why people add underscore before Tp?
What is the meaning of the underscore in template prototyping? That is the example of template:
template<typename _Tp> _Tp* Mat::ptr(int i=0)
Why people add underscore before Tp?