Move to size category
This commit is contained in:
parent
e5616c7c00
commit
127a66d291
|
@ -8735,6 +8735,7 @@ initializer list (7) string& replace (const_iterator i1, const_iterator i2, init
|
||||||
<function name="replace" action="change"/>
|
<function name="replace" action="change"/>
|
||||||
<function name="reserve" action="change-internal"/>
|
<function name="reserve" action="change-internal"/>
|
||||||
<function name="shrink_to_fit" action="change-internal"/>
|
<function name="shrink_to_fit" action="change-internal"/>
|
||||||
|
<function name="length" yields="size" returnType="std::size_t"/>
|
||||||
</size>
|
</size>
|
||||||
<access indexOperator="array-like">
|
<access indexOperator="array-like">
|
||||||
<function name="at" yields="at_index"/>
|
<function name="at" yields="at_index"/>
|
||||||
|
@ -8742,7 +8743,6 @@ initializer list (7) string& replace (const_iterator i1, const_iterator i2, init
|
||||||
<function name="back" yields="item"/>
|
<function name="back" yields="item"/>
|
||||||
<function name="data" yields="buffer"/>
|
<function name="data" yields="buffer"/>
|
||||||
<function name="c_str" yields="buffer-nt"/>
|
<function name="c_str" yields="buffer-nt"/>
|
||||||
<function name="length" yields="size" returnType="std::size_t"/>
|
|
||||||
<function name="find" action="find"/>
|
<function name="find" action="find"/>
|
||||||
<function name="rfind" action="find"/>
|
<function name="rfind" action="find"/>
|
||||||
<function name="find_last_of" action="find"/>
|
<function name="find_last_of" action="find"/>
|
||||||
|
|
Loading…
Reference in New Issue