728x90
728x170
*[header][other] string
<string>
Strings
Class templates
- basic_string
- Generic string class (class template )
- char_traits
- Character traits (class template )
Class instantiations
- string
- String class (class )
- u16string
- String of 16-bit characters (class )
- u32string
- String of 32-bit characters (class )
- wstring
- Wide string (class )
Functions
Convert from strings
- stoi
- Convert string to integer (function template )
- stol
- Convert string to long int (function template )
- stoul
- Convert string to unsigned integer (function template )
- stoll
- Convert string to long long (function template )
- stoull
- Convert string to unsigned long long (function template )
- stof
- Convert string to float (function template )
- stod
- Convert string to double (function template )
- stold
- Convert string to long double (function template )
Convert to strings
- to_string
- Convert numerical value to string (function )
- to_wstring
- Convert numerical value to wide string (function )
Range access
- begin
- Iterator to beginning (function template )
- end
- Iterator to end (function template )
728x90
그리드형(광고전용)
'Programming > C++' 카테고리의 다른 글
[header][other] typeinfo (0) | 2017.11.08 |
---|---|
[header][other] typeindex (C++11) (0) | 2017.11.08 |
[header][other] tuple (C++11) (0) | 2017.11.08 |
[header][other] system_error (C++11) (0) | 2017.11.08 |
[header][other] stdexcept (0) | 2017.11.08 |
[header][other] regex (C++11) (0) | 2017.11.08 |
[header][other] ratio (C++11) (0) | 2017.11.08 |
[header][other] random (C++11) (0) | 2017.11.08 |