프로그래밍/라이브러리
STL string class의 연산자와 멤버 함수들
써드아이
2010. 10. 20. 08:17
=, 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()
많구나...