dmd ~master (2023-11-01T14:17:50Z)
Dub
Repo
basic_string.insert
core
stdcpp
string
basic_string
basic_string
insert
(size_type pos, const(basic_string) str)
basic_string
insert
(size_type pos, const(basic_string) str, size_type subpos, size_type sublen)
basic_string
insert
(S pos, const(T)* s)
basic_string
insert
(size_type pos, const(T)[] s)
basic_string
insert
(size_type pos, const(T)* s, size_type n)
basic_string
insert
(size_type pos, size_type n, T c)
basic_string
insert
(size_type __pos, const(T)* __s, size_type __n)
basic_string
insert
(size_type pos, size_type n, T c)
basic_string
insert
(size_type pos, const(T)* s, size_type n)
basic_string
insert
(size_type pos, size_type n, T c)
basic_string
insert
(size_type __pos, const(value_type)* __s, size_type __n)
basic_string
insert
(size_type pos, size_type n, value_type c)
struct
basic_string
(T, Traits = char_traits!T, Alloc = allocator!T)
version(!CppRuntime_Microsoft && !CppRuntime_Gcc && CppRuntime_Clang)
extern (
D
) @
nogc
ref
basic_string
insert
(
size_type
pos
,
size_type
n
,
value_type
c
)
Meta
Source
See Implementation
core
stdcpp
string
basic_string
aliases
allocator_type
const_pointer
difference_type
length
opDollar
pointer
size_type
toString
traits_type
value_type
constructors
this
destructors
~this
functions
append
as_array
assign
at
back
c_str
capacity
clear
data
empty
erase
front
get_allocator
insert
max_size
opAssign
opCmp
opEquals
opIndex
opIndexAssign
opIndexOpAssign
opOpAssign
opSlice
pop_back
push_back
replace
reserve
resize
shrink_to_fit
size
swap
toHash
postblits
this(this)
variables
npos