@@ -47,7 +47,7 @@ struct A;
47
47
| Convert A to a string
48
48
49
49
| <<A-2conversion-00,`operator string_view_type`>>
50
- | string_type()
50
+ | Convert A to a string
51
51
52
52
|===
53
53
@@ -64,26 +64,27 @@ Convert a string to A
64
64
65
65
Declared in `<conversion.cpp>`
66
66
67
+ Convert a string to A
67
68
68
69
69
70
[source,cpp,subs="verbatim,replacements,macros,-callouts"]
70
71
----
71
72
<<A,A>>&
72
- <<A-operator_assign-00 ,operator=>>(<<string_view_type ,string_view _type>> const& other);
73
+ <<A-operator_assign-08 ,operator=>>(<<string_type ,string_type>> const& other);
73
74
----
74
75
75
- [.small]#<<A-operator_assign-00 ,_» more..._>>#
76
+ [.small]#<<A-operator_assign-08 ,_» more..._>>#
76
77
77
78
Convert a string to A
78
79
79
80
80
81
[source,cpp,subs="verbatim,replacements,macros,-callouts"]
81
82
----
82
83
<<A,A>>&
83
- <<A-operator_assign-08 ,operator=>>(<<string_type ,string_type>> const& other);
84
+ <<A-operator_assign-00 ,operator=>>(<<string_view_type ,string_view _type>> const& other);
84
85
----
85
86
86
- [.small]#<<A-operator_assign-08 ,_» more..._>>#
87
+ [.small]#<<A-operator_assign-00 ,_» more..._>>#
87
88
88
89
=== Return Value
89
90
@@ -101,10 +102,12 @@ A representation of the string
101
102
102
103
|===
103
104
104
- [#A-operator_assign-00 ]
105
+ [#A-operator_assign-08 ]
105
106
== <<A,A>>::operator=
106
107
107
108
109
+ Convert a string to A
110
+
108
111
=== Synopsis
109
112
110
113
@@ -113,10 +116,26 @@ Declared in `<conversion.cpp>`
113
116
[source,cpp,subs="verbatim,replacements,macros,-callouts"]
114
117
----
115
118
<<A,A>>&
116
- operator=(<<string_view_type ,string_view _type>> const& other);
119
+ operator=(<<string_type ,string_type>> const& other);
117
120
----
118
121
119
- [#A-operator_assign-08]
122
+ === Return Value
123
+
124
+
125
+ A representation of the string
126
+
127
+ === Parameters
128
+
129
+
130
+ |===
131
+ | Name | Description
132
+
133
+ | *other*
134
+ | The string to convert
135
+
136
+ |===
137
+
138
+ [#A-operator_assign-00]
120
139
== <<A,A>>::operator=
121
140
122
141
@@ -130,7 +149,7 @@ Declared in `<conversion.cpp>`
130
149
[source,cpp,subs="verbatim,replacements,macros,-callouts"]
131
150
----
132
151
<<A,A>>&
133
- operator=(<<string_type ,string_type>> const& other);
152
+ operator=(<<string_view_type ,string_view _type>> const& other);
134
153
----
135
154
136
155
=== Return Value
@@ -174,7 +193,7 @@ A string representation of A
174
193
== <<A,A>>::operator <<string_view_type,string_view_type>>
175
194
176
195
177
- string_type()
196
+ Convert A to a string
178
197
179
198
=== Synopsis
180
199
@@ -186,6 +205,11 @@ Declared in `<conversion.cpp>`
186
205
operator <<string_view_type,string_view_type>>() const;
187
206
----
188
207
208
+ === Return Value
209
+
210
+
211
+ A string representation of A
212
+
189
213
[#string_type]
190
214
== string_type
191
215
0 commit comments