Applied patch [ 1284335 ] doc update for wxString::operator[]
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35469 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1168,11 +1168,13 @@ Concatenation in place: the argument is appended to the string.
|
|||||||
|
|
||||||
\membersection{wxString::operator []}\label{wxstringoperatorbracket}
|
\membersection{wxString::operator []}\label{wxstringoperatorbracket}
|
||||||
|
|
||||||
\func{char\&}{operator []}{\param{size\_t}{ i}}
|
\func{wxChar\&}{operator []}{\param{size\_t}{ i}}
|
||||||
|
|
||||||
\func{char}{operator []}{\param{size\_t}{ i}}
|
\constfunc{wxChar}{operator []}{\param{size\_t}{ i}}
|
||||||
|
|
||||||
\func{char}{operator []}{\param{int}{ i}}
|
\func{wxChar\&}{operator []}{\param{int}{ i}}
|
||||||
|
|
||||||
|
\constfunc{wxChar}{operator []}{\param{int}{ i}}
|
||||||
|
|
||||||
Element extraction.
|
Element extraction.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user