-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfunctions.html
More file actions
245 lines (212 loc) · 18.8 KB
/
functions.html
File metadata and controls
245 lines (212 loc) · 18.8 KB
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
<meta name="generator" content="Doxygen 1.14.0"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>cpp-strings: Class Members</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<script type="text/javascript" src="clipboard.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript" src="cookie.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr id="projectrow">
<td id="projectalign">
<div id="projectname">cpp-strings<span id="projectnumber"> 1.0.0</span>
</div>
<div id="projectbrief">Pythonic c++ strings</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.14.0 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search/",'.html');
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
$(function() {
initMenu('',true,false,'search.php','Search',true);
$(function() { init_search(); });
});
</script>
<div id="main-nav"></div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
<div id="nav-tree-contents">
<div id="nav-sync" class="sync"></div>
</div>
</div>
<div id="splitbar" style="-moz-user-select:none;"
class="ui-resizable-handle">
</div>
</div>
<script type="text/javascript">
$(function(){initNavTree('functions.html','',''); });
</script>
<div id="container">
<div id="doc-content">
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<div id="MSearchResults">
<div class="SRPage">
<div id="SRIndex">
<div id="SRResults"></div>
<div class="SRStatus" id="Loading">Loading...</div>
<div class="SRStatus" id="Searching">Searching...</div>
<div class="SRStatus" id="NoMatches">No Matches</div>
</div>
</div>
</div>
</div>
<div class="contents">
<div class="textblock">Here is a list of all documented class members with links to the class documentation for each member:</div>
<h3 class="doxsection"><a id="index_b" name="index_b"></a>- b -</h3><ul>
<li>begin() : <a class="el" href="classpcs_1_1_slice.html#ab55cf50ae2018337b942e7b9e08e3e6d">pcs::Slice< IntT ></a></li>
</ul>
<h3 class="doxsection"><a id="index_c" name="index_c"></a>- c -</h3><ul>
<li>capitalize() : <a class="el" href="classpcs_1_1_cpp_string_t.html#a48a00cca031b9c29d1912508e120a5f6">pcs::CppStringT< CharT, TraitsT, AllocatorT ></a></li>
<li>center() : <a class="el" href="classpcs_1_1_cpp_string_t.html#af18311d8608e71627bc85f96581e4dd3">pcs::CppStringT< CharT, TraitsT, AllocatorT ></a></li>
<li>contains() : <a class="el" href="classpcs_1_1_cpp_string_t.html#a0674e29327353aabf83d0e207fed31ed">pcs::CppStringT< CharT, TraitsT, AllocatorT ></a></li>
<li>contains_n() : <a class="el" href="classpcs_1_1_cpp_string_t.html#a031b05f290f589b2df52bb84252c27c7">pcs::CppStringT< CharT, TraitsT, AllocatorT ></a></li>
<li>count() : <a class="el" href="classpcs_1_1_cpp_string_t.html#a7beda74b4d5092845a970d51d01fe4bf">pcs::CppStringT< CharT, TraitsT, AllocatorT ></a></li>
<li>count_n() : <a class="el" href="classpcs_1_1_cpp_string_t.html#a76f97d56e1713182d5e85d58cd445d10">pcs::CppStringT< CharT, TraitsT, AllocatorT ></a></li>
</ul>
<h3 class="doxsection"><a id="index_e" name="index_e"></a>- e -</h3><ul>
<li>end() : <a class="el" href="classpcs_1_1_slice.html#aee5b0e0110ef1ee32763da9b2386b59c">pcs::Slice< IntT ></a></li>
<li>endswith() : <a class="el" href="classpcs_1_1_cpp_string_t.html#a42f1e87d7f1903536ee79aa058d5c867">pcs::CppStringT< CharT, TraitsT, AllocatorT ></a></li>
<li>endswith_n() : <a class="el" href="classpcs_1_1_cpp_string_t.html#a7eca5636b598c6fc107452ddd04a2f17">pcs::CppStringT< CharT, TraitsT, AllocatorT ></a></li>
<li>expand_tabs() : <a class="el" href="classpcs_1_1_cpp_string_t.html#a2cc04d5062162ff5f7b6111d6f1e78e8">pcs::CppStringT< CharT, TraitsT, AllocatorT ></a></li>
</ul>
<h3 class="doxsection"><a id="index_f" name="index_f"></a>- f -</h3><ul>
<li>find() : <a class="el" href="classpcs_1_1_cpp_string_t.html#a24c4b7a0f713373cb3287d92289562ad">pcs::CppStringT< CharT, TraitsT, AllocatorT ></a></li>
<li>find_n() : <a class="el" href="classpcs_1_1_cpp_string_t.html#ac4c9351bb52eb9a62fa7fb2e2d5f054d">pcs::CppStringT< CharT, TraitsT, AllocatorT ></a></li>
<li>format() : <a class="el" href="classpcs_1_1_cpp_string_t.html#a5caecc371bf390272283ceb7a15c6c1d">pcs::CppStringT< CharT, TraitsT, AllocatorT ></a></li>
</ul>
<h3 class="doxsection"><a id="index_g" name="index_g"></a>- g -</h3><ul>
<li>get_table() : <a class="el" href="classpcs_1_1_cpp_string_t_1_1_trans_table.html#ab7a09175127849e20aa8aa5b999b4413">pcs::CppStringT< CharT, TraitsT, AllocatorT >::TransTable</a></li>
</ul>
<h3 class="doxsection"><a id="index_i" name="index_i"></a>- i -</h3><ul>
<li>index() : <a class="el" href="classpcs_1_1_cpp_string_t.html#a277a2b8a3b93951ccb94b6bf39daa582">pcs::CppStringT< CharT, TraitsT, AllocatorT ></a></li>
<li>index_n() : <a class="el" href="classpcs_1_1_cpp_string_t.html#aee94d4b52483021051b168e776b18569">pcs::CppStringT< CharT, TraitsT, AllocatorT ></a></li>
<li>is_words_sep() : <a class="el" href="classpcs_1_1_cpp_string_t.html#a7565e4f2958e485ee2b0815be1faa0fa">pcs::CppStringT< CharT, TraitsT, AllocatorT ></a></li>
<li>isalnum() : <a class="el" href="classpcs_1_1_cpp_string_t.html#a8fdf96ffee524d5b795c4aad26ece6ae">pcs::CppStringT< CharT, TraitsT, AllocatorT ></a></li>
<li>isalpha() : <a class="el" href="classpcs_1_1_cpp_string_t.html#a447b7c58b4be1cdcba3aedf189acbce7">pcs::CppStringT< CharT, TraitsT, AllocatorT ></a></li>
<li>isascii() : <a class="el" href="classpcs_1_1_cpp_string_t.html#a710631f31d4c63c2117e8f4804fad3f2">pcs::CppStringT< CharT, TraitsT, AllocatorT ></a></li>
<li>isdecimal() : <a class="el" href="classpcs_1_1_cpp_string_t.html#a0b9d8a55419274e7cfd9badb4df704e3">pcs::CppStringT< CharT, TraitsT, AllocatorT ></a></li>
<li>isdigit() : <a class="el" href="classpcs_1_1_cpp_string_t.html#a21316d00180377a3f48910a6c4c43b9c">pcs::CppStringT< CharT, TraitsT, AllocatorT ></a></li>
<li>isidentifier() : <a class="el" href="classpcs_1_1_cpp_string_t.html#a91f72d425dbb4c53a066338d30683246">pcs::CppStringT< CharT, TraitsT, AllocatorT ></a></li>
<li>islower() : <a class="el" href="classpcs_1_1_cpp_string_t.html#ae4ff448bb92e6499c0a76f7d8e11126c">pcs::CppStringT< CharT, TraitsT, AllocatorT ></a></li>
<li>isnumeric() : <a class="el" href="classpcs_1_1_cpp_string_t.html#a578176ed20fd8da965afbcae1d99dd59">pcs::CppStringT< CharT, TraitsT, AllocatorT ></a></li>
<li>isprintable() : <a class="el" href="classpcs_1_1_cpp_string_t.html#a6257a1832da550d4be32e9f272e51265">pcs::CppStringT< CharT, TraitsT, AllocatorT ></a></li>
<li>ispunctuation() : <a class="el" href="classpcs_1_1_cpp_string_t.html#a2842f3a067fdc674709bed048d64e12d">pcs::CppStringT< CharT, TraitsT, AllocatorT ></a></li>
<li>isspace() : <a class="el" href="classpcs_1_1_cpp_string_t.html#a959a8f56bb536f2474ffc649a7ad3290">pcs::CppStringT< CharT, TraitsT, AllocatorT ></a></li>
<li>istitle() : <a class="el" href="classpcs_1_1_cpp_string_t.html#ad72611f339c2b9027a72fa26f25748c3">pcs::CppStringT< CharT, TraitsT, AllocatorT ></a></li>
<li>isupper() : <a class="el" href="classpcs_1_1_cpp_string_t.html#af2784cbe9655bb8e23fe90375d79e69c">pcs::CppStringT< CharT, TraitsT, AllocatorT ></a></li>
</ul>
<h3 class="doxsection"><a id="index_j" name="index_j"></a>- j -</h3><ul>
<li>join() : <a class="el" href="classpcs_1_1_cpp_string_t.html#ac1b427d4cc4c2aed8252b3526b63f1b1">pcs::CppStringT< CharT, TraitsT, AllocatorT ></a></li>
</ul>
<h3 class="doxsection"><a id="index_l" name="index_l"></a>- l -</h3><ul>
<li>ljust() : <a class="el" href="classpcs_1_1_cpp_string_t.html#aed96c44c384cab45342122cd7e2f02eb">pcs::CppStringT< CharT, TraitsT, AllocatorT ></a></li>
<li>lower() : <a class="el" href="classpcs_1_1_cpp_string_t.html#ad5c765eaa85cb4a3e7a914d55a6a5175">pcs::CppStringT< CharT, TraitsT, AllocatorT ></a></li>
<li>lstrip() : <a class="el" href="classpcs_1_1_cpp_string_t.html#aee6e48d5b478d5bab239f54523d23c15">pcs::CppStringT< CharT, TraitsT, AllocatorT ></a></li>
</ul>
<h3 class="doxsection"><a id="index_o" name="index_o"></a>- o -</h3><ul>
<li>operator()() : <a class="el" href="classpcs_1_1_cpp_string_t.html#a1fa8862a5f306553d6f0dae7e76fce83">pcs::CppStringT< CharT, TraitsT, AllocatorT ></a></li>
<li>operator*() : <a class="el" href="classpcs_1_1_cpp_string_t.html#a0995f5b5a01af3f4a749949e23d0d780">pcs::CppStringT< CharT, TraitsT, AllocatorT ></a>, <a class="el" href="classpcs_1_1_slice.html#afa6b7dc85e796da20dd5933d49400996">pcs::Slice< IntT ></a></li>
<li>operator++() : <a class="el" href="classpcs_1_1_slice.html#a79edb1eb4e6bce136f730d82f7afeaff">pcs::Slice< IntT ></a></li>
<li>operator=() : <a class="el" href="classpcs_1_1_cpp_string_t.html#a30e26a3082ad50d01c7d0d98cb9e9c37">pcs::CppStringT< CharT, TraitsT, AllocatorT ></a>, <a class="el" href="classpcs_1_1_cpp_string_t_1_1_trans_table.html#addccd32880c403ee20a6a8423d8d3f8b">pcs::CppStringT< CharT, TraitsT, AllocatorT >::TransTable</a></li>
<li>operator[]() : <a class="el" href="classpcs_1_1_cpp_string_t_1_1_trans_table.html#a90ac2a729fc715870e7f32ea9c6536f9">pcs::CppStringT< CharT, TraitsT, AllocatorT >::TransTable</a></li>
</ul>
<h3 class="doxsection"><a id="index_p" name="index_p"></a>- p -</h3><ul>
<li>partition() : <a class="el" href="classpcs_1_1_cpp_string_t.html#ac5f88b0fc1f33cda23c30cb1f3bc560f">pcs::CppStringT< CharT, TraitsT, AllocatorT ></a></li>
</ul>
<h3 class="doxsection"><a id="index_r" name="index_r"></a>- r -</h3><ul>
<li>removeprefix() : <a class="el" href="classpcs_1_1_cpp_string_t.html#a058704b7f4538ec9e1798c5348d37c7a">pcs::CppStringT< CharT, TraitsT, AllocatorT ></a></li>
<li>removesuffix() : <a class="el" href="classpcs_1_1_cpp_string_t.html#ad6a8dc124ab8b7cab1cb328240763ed0">pcs::CppStringT< CharT, TraitsT, AllocatorT ></a></li>
<li>replace() : <a class="el" href="classpcs_1_1_cpp_string_t.html#ad4f39683db649aa8a65907268c499f02">pcs::CppStringT< CharT, TraitsT, AllocatorT ></a></li>
<li>rfind() : <a class="el" href="classpcs_1_1_cpp_string_t.html#af363308ba741b267641e1aa35669d603">pcs::CppStringT< CharT, TraitsT, AllocatorT ></a></li>
<li>rfind_n() : <a class="el" href="classpcs_1_1_cpp_string_t.html#a519a292eb3f0790d54a59a201f2d6410">pcs::CppStringT< CharT, TraitsT, AllocatorT ></a></li>
<li>rindex() : <a class="el" href="classpcs_1_1_cpp_string_t.html#a6693ec49258c6ac80a7875b3ebf3c916">pcs::CppStringT< CharT, TraitsT, AllocatorT ></a></li>
<li>rindex_n() : <a class="el" href="classpcs_1_1_cpp_string_t.html#afc08a4e91b93710838c8f0d6234e057e">pcs::CppStringT< CharT, TraitsT, AllocatorT ></a></li>
<li>rjust() : <a class="el" href="classpcs_1_1_cpp_string_t.html#a61fd4215938ec9f0fce1f885d6bb4a2b">pcs::CppStringT< CharT, TraitsT, AllocatorT ></a></li>
<li>rpartition() : <a class="el" href="classpcs_1_1_cpp_string_t.html#a61674ee4e97038d82ea7ecc30b1761f6">pcs::CppStringT< CharT, TraitsT, AllocatorT ></a></li>
<li>rsplit() : <a class="el" href="classpcs_1_1_cpp_string_t.html#a8111cd357773d304fbb496571d7ee6be">pcs::CppStringT< CharT, TraitsT, AllocatorT ></a></li>
<li>rstrip() : <a class="el" href="classpcs_1_1_cpp_string_t.html#a89e850d45d6dec167e763cf748a06971">pcs::CppStringT< CharT, TraitsT, AllocatorT ></a></li>
</ul>
<h3 class="doxsection"><a id="index_s" name="index_s"></a>- s -</h3><ul>
<li>Slice() : <a class="el" href="classpcs_1_1_slice.html#ab51c3b03351e495729545f2fdaebb888">pcs::Slice< IntT ></a></li>
<li>split() : <a class="el" href="classpcs_1_1_cpp_string_t.html#a7ca47096b03baa0091c3b0349d210931">pcs::CppStringT< CharT, TraitsT, AllocatorT ></a></li>
<li>splitlines() : <a class="el" href="classpcs_1_1_cpp_string_t.html#a0bd53df14569c307b5ca50a2e1e62960">pcs::CppStringT< CharT, TraitsT, AllocatorT ></a></li>
<li>start() : <a class="el" href="classpcs_1_1_slice.html#a5280a9d6974217c94de5d9027e10d4e1">pcs::Slice< IntT ></a></li>
<li>StartSlice() : <a class="el" href="structpcs_1_1_start_slice.html#ae435a090e0d93fe221cab4822e352886">pcs::StartSlice< IntT ></a></li>
<li>StartStepSlice() : <a class="el" href="structpcs_1_1_start_step_slice.html#a438eef8b248cc00ed48afda08aff6d4c">pcs::StartStepSlice< IntT ></a></li>
<li>StartStopSlice() : <a class="el" href="structpcs_1_1_start_stop_slice.html#a7c8ad9cb9d63fb9d56b3dbc9647297b4">pcs::StartStopSlice< IntT ></a></li>
<li>startswith() : <a class="el" href="classpcs_1_1_cpp_string_t.html#a5a131c385a01ccc5410d4cffa55cf700">pcs::CppStringT< CharT, TraitsT, AllocatorT ></a></li>
<li>startswith_n() : <a class="el" href="classpcs_1_1_cpp_string_t.html#a3b7955f9c7f9452a6a025caaaf0e6d73">pcs::CppStringT< CharT, TraitsT, AllocatorT ></a></li>
<li>step() : <a class="el" href="classpcs_1_1_slice.html#a55f046a5343a6ea1bbff8686d2e72d78">pcs::Slice< IntT ></a></li>
<li>StepSlice() : <a class="el" href="structpcs_1_1_step_slice.html#ad24accb58329f71457fbaf00fbbbf874">pcs::StepSlice< IntT ></a></li>
<li>stop() : <a class="el" href="classpcs_1_1_slice.html#a0fed0ac66885187eb64d1982e0461916">pcs::Slice< IntT ></a></li>
<li>StopSlice() : <a class="el" href="structpcs_1_1_stop_slice.html#a9d59c11b1bc398b71abc59b4071da379">pcs::StopSlice< IntT ></a></li>
<li>StopStepSlice() : <a class="el" href="structpcs_1_1_stop_step_slice.html#a86288ad6b535b8b4d522e8173511c639">pcs::StopStepSlice< IntT ></a></li>
<li>strip() : <a class="el" href="classpcs_1_1_cpp_string_t.html#a02919129cdf158e75eae1e9815a071bf">pcs::CppStringT< CharT, TraitsT, AllocatorT ></a></li>
<li>substr() : <a class="el" href="classpcs_1_1_cpp_string_t.html#a9debc70420a3fbc7722e3111aeccd819">pcs::CppStringT< CharT, TraitsT, AllocatorT ></a></li>
<li>swapcase() : <a class="el" href="classpcs_1_1_cpp_string_t.html#a6ab02b4d1c8093a5dfc089a45427f63c">pcs::CppStringT< CharT, TraitsT, AllocatorT ></a></li>
</ul>
<h3 class="doxsection"><a id="index_t" name="index_t"></a>- t -</h3><ul>
<li>title() : <a class="el" href="classpcs_1_1_cpp_string_t.html#a179634aafb049e8604ca78f813684a28">pcs::CppStringT< CharT, TraitsT, AllocatorT ></a></li>
<li>translate() : <a class="el" href="classpcs_1_1_cpp_string_t.html#a2a8c1e78b93da9a0abe471c7a8d85090">pcs::CppStringT< CharT, TraitsT, AllocatorT ></a></li>
<li>TransTable() : <a class="el" href="classpcs_1_1_cpp_string_t_1_1_trans_table.html#a1fea49a165ebb7cda36c1bfdcbe95ee0">pcs::CppStringT< CharT, TraitsT, AllocatorT >::TransTable</a></li>
</ul>
<h3 class="doxsection"><a id="index_u" name="index_u"></a>- u -</h3><ul>
<li>upper() : <a class="el" href="classpcs_1_1_cpp_string_t.html#a689d2de98f28d131bb0c8b3c87f2f120">pcs::CppStringT< CharT, TraitsT, AllocatorT ></a></li>
</ul>
<h3 class="doxsection"><a id="index_z" name="index_z"></a>- z -</h3><ul>
<li>zfill() : <a class="el" href="classpcs_1_1_cpp_string_t.html#ad3d2b94f37325096205e399b95e9fc5d">pcs::CppStringT< CharT, TraitsT, AllocatorT ></a></li>
</ul>
<h3 class="doxsection"><a id="index__7E" name="index__7E"></a>- ~ -</h3><ul>
<li>~Slice() : <a class="el" href="classpcs_1_1_slice.html#abdb6694913ed37cf4efc5d85e990c7b5">pcs::Slice< IntT ></a></li>
<li>~StartSlice() : <a class="el" href="structpcs_1_1_start_slice.html#a6f792a61218b7598f8f6bb37dcdae56e">pcs::StartSlice< IntT ></a></li>
<li>~StartStepSlice() : <a class="el" href="structpcs_1_1_start_step_slice.html#adc0aae8a3849379742e23c4f3a3197a9">pcs::StartStepSlice< IntT ></a></li>
<li>~StartStopSlice() : <a class="el" href="structpcs_1_1_start_stop_slice.html#a95df964c79860a475a63da3e56301ea7">pcs::StartStopSlice< IntT ></a></li>
<li>~StepSlice() : <a class="el" href="structpcs_1_1_step_slice.html#a93892e4d8f153a06a65e0cd13ebfa949">pcs::StepSlice< IntT ></a></li>
<li>~StopSlice() : <a class="el" href="structpcs_1_1_stop_slice.html#a6e7e761a846ec00b1f24be9f83830f25">pcs::StopSlice< IntT ></a></li>
<li>~StopStepSlice() : <a class="el" href="structpcs_1_1_stop_step_slice.html#aa62d3d31f646766a6ea2ef3cd9f91491">pcs::StopStepSlice< IntT ></a></li>
<li>~TransTable() : <a class="el" href="classpcs_1_1_cpp_string_t_1_1_trans_table.html#abbbcd9cf0c3ac0a364864f734363dd4c">pcs::CppStringT< CharT, TraitsT, AllocatorT >::TransTable</a></li>
</ul>
</div><!-- contents -->
</div><!-- doc-content -->
</div><!-- container -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="footer">Generated on <span class="timestamp"></span> for cpp-strings by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.14.0 </li>
</ul>
</div>
</body>
</html>