|
|
template<class T, class Traits = CharTraits<T>>
| int db::BasicString< T, Traits >::insert |
( |
int |
pos, |
|
|
const T * |
value, |
|
|
int |
size | |
|
) |
| | [inline] |
Insert the contents of value at position pos, moving existing characters to make room.
- Parameters:
-
| pos | Position at which to insert. |
| value | Characters to insert. |
| size | Maximum number of characters to insert. |
- Returns:
- return code
- See also:
- append, remove, replace
|