umbrello  2.39.2
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
4 extern template class std::vector<MyClass>;