@@ -47,7 +47,7 @@ struct A;
4747| Convert A to a string
4848
4949| <<A-2conversion-00,`operator string_view_type`>>
50- | string_type()
50+ | Convert A to a string
5151
5252|===
5353
@@ -64,26 +64,27 @@ Convert a string to A
6464
6565Declared in `<conversion.cpp>`
6666
67+ Convert a string to A
6768
6869
6970[source,cpp,subs="verbatim,replacements,macros,-callouts"]
7071----
7172<<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);
7374----
7475
75- [.small]#<<A-operator_assign-00 ,_» more..._>>#
76+ [.small]#<<A-operator_assign-08 ,_» more..._>>#
7677
7778Convert a string to A
7879
7980
8081[source,cpp,subs="verbatim,replacements,macros,-callouts"]
8182----
8283<<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);
8485----
8586
86- [.small]#<<A-operator_assign-08 ,_» more..._>>#
87+ [.small]#<<A-operator_assign-00 ,_» more..._>>#
8788
8889=== Return Value
8990
@@ -101,10 +102,12 @@ A representation of the string
101102
102103|===
103104
104- [#A-operator_assign-00 ]
105+ [#A-operator_assign-08 ]
105106== <<A,A>>::operator=
106107
107108
109+ Convert a string to A
110+
108111=== Synopsis
109112
110113
@@ -113,10 +116,26 @@ Declared in `<conversion.cpp>`
113116[source,cpp,subs="verbatim,replacements,macros,-callouts"]
114117----
115118<<A,A>>&
116- operator=(<<string_view_type ,string_view _type>> const& other);
119+ operator=(<<string_type ,string_type>> const& other);
117120----
118121
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]
120139== <<A,A>>::operator=
121140
122141
@@ -130,7 +149,7 @@ Declared in `<conversion.cpp>`
130149[source,cpp,subs="verbatim,replacements,macros,-callouts"]
131150----
132151<<A,A>>&
133- operator=(<<string_type ,string_type>> const& other);
152+ operator=(<<string_view_type ,string_view _type>> const& other);
134153----
135154
136155=== Return Value
@@ -174,7 +193,7 @@ A string representation of A
174193== <<A,A>>::operator <<string_view_type,string_view_type>>
175194
176195
177- string_type()
196+ Convert A to a string
178197
179198=== Synopsis
180199
@@ -186,6 +205,11 @@ Declared in `<conversion.cpp>`
186205operator <<string_view_type,string_view_type>>() const;
187206----
188207
208+ === Return Value
209+
210+
211+ A string representation of A
212+
189213[#string_type]
190214== string_type
191215
0 commit comments