본문 바로가기

프로그래밍/라이브러리

STL string class의 연산자와 멤버 함수들


=, assign()
swap()
+=, append(), push_back()
insert()
erase()
clear()
resize()
replace()
+
==, !=, <, <=, >=, compare()
sizes(), length()
max_size()
empty()
capacity()
reserve()
[], at()
>>, getline()
<<
copy()
c_str()
data()
substr()
begin(), end()
rbegin(), rend()
get_allocator()

find()
rfind()
find_first_of()
find_last_of()
find_first_not_of()
find_last_not_of()

많구나...




Calendar
«   2024/05   »
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31
Archives
Visits
Today
Yesterday