Searched refs:tmplVar (Results 1 – 1 of 1) sorted by relevance
92 template<typename T> static const T tmplVar = T(0); variable94 template<> static const int tmplVar<int> = 0;97 int gvi = tmplVar<int>;100 int gvf = tmplVar<float>;