]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/vector.tex
Sort of autoresize if only 1 column is there
[wxWidgets.git] / docs / latex / wx / vector.tex
index 7301f19788766405d04202facb5eedee4fe74ada..3ad2b10da14e75114c3dab2b08fb51f60b057ac9 100644 (file)
@@ -1,9 +1,12 @@
 \section{\class{wxVector<T>}}\label{wxvector}
 
-wxVector is a template which implements most of the std::vector
-class and can be used like. If wxWidgets is compiled in STL mode,
-wxVector will just be a typedef to std::vector. You should
-refer to the STL documentation for further information.
+wxVector<T> is a template class which implements most of the std::vector
+class and can be used like it. If wxWidgets is compiled in STL mode,
+wxVector will just be a typedef to std::vector. Just like for std::vector,
+objects stored in wxVector<T> need to be {\it assignable} but don't have to
+be {\it default constructible}.
+
+You can refer to the STL documentation for further information.
 
 \wxheading{Derived from}