template_of_container.h
Go to the documentation of this file.
00001 #include <vector>
00002 
00003 template<typename T>
00004 struct BaseTemplate
00005 {
00006     T field;
00007 };
00008 
00009 struct Subclass : BaseTemplate< std::vector<double> >
00010 {
00011     std::vector<double> another_field;
00012 };
00013 


typelib
Author(s): Sylvain Joyeux/sylvain.joyeux@m4x.org
autogenerated on Sat Jun 8 2019 18:49:22