umbrello 2.34.70-5524f40e1
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
cxx11-extern-template.h
Go to the documentation of this file.
1// https://en.wikipedia.org/wiki/C%2B%2B11#Extern_template
2
3// #1
4extern template class std::vector<MyClass>;