Mar
APR
May
22
2019
2020
2021
success
fail
About this capture
COLLECTED BY
Organization:
Internet Archive
Focused crawls are collections of frequently-updated webcrawl data from narrow (as opposed to broad or wide) web crawls, often focused on a single domain or subdomain.
Collection:
top_domains-05000
TIMESTAMPS
The Wayback Machine - https://web.archive.org/web/20200422171949/http://cplusplus.com/reference/string/
Reference
<string>
header
<string>
Strings
This header introduces string types, character traits and a set of converting functions:
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 )
C++
Information
Tutorials
Reference
Articles
Forum
Reference
C library:
<cassert> (assert.h)
<cctype> (ctype.h)
<cerrno> (errno.h)
<cfenv> (fenv.h)
<cfloat> (float.h)
<cinttypes> (inttypes.h)
<ciso646> (iso646.h)
<climits> (limits.h)
<clocale> (locale.h)
<cmath> (math.h)
<csetjmp> (setjmp.h)
<csignal> (signal.h)
<cstdarg> (stdarg.h)
<cstdbool> (stdbool.h)
<cstddef> (stddef.h)
<cstdint> (stdint.h)
<cstdio> (stdio.h)
<cstdlib> (stdlib.h)
<cstring> (string.h)
<ctgmath> (tgmath.h)
<ctime> (time.h)
<cuchar> (uchar.h)
<cwchar> (wchar.h)
<cwctype> (wctype.h)
Containers:
<array>
<deque>
<forward_list>
<list>
<map>
<queue>
<set>
<stack>
<unordered_map>
<unordered_set>
<vector>
Input/Output:
<fstream>
<iomanip>
<ios>
<iosfwd>
<iostream>
<istream>
<ostream>
<sstream>
<streambuf>
Multi-threading:
<atomic>
<condition_variable>
<future>
<mutex>
<thread>
Other:
<algorithm>
<bitset>
<chrono>
<codecvt>
<complex>
<exception>
<functional>
<initializer_list>
<iterator>
<limits>
<locale>
<memory>
<new>
<numeric>
<random>
<ratio>
<regex>
<stdexcept>
<string>
<system_error>
<tuple>
<typeindex>
<typeinfo>
<type_traits>
<utility>
<valarray>
<string>
class templates:
basic_string
char_traits
classes:
string
u16string
u32string
wstring
functions:
stod
stof
stoi
stol
stold
stoll
stoul
stoull
to_string
to_wstring