template<class T, class Traits = CharTraits<T>>
T& db::BasicString< T, Traits >::operator[] ( int  index  )  [inline]

Obtain a modifiable copy of the character at position index.

Note:
This operator cannot be used to append characters to the string. Do not provide an index that is greater than or equal to size().
Parameters:
index The position of the desired character.
Returns:
the character at the specified position.


Copyright © 2005-2008 ITTIA®. All rights reserved.