Skip to content

Commit facd410

Browse files
committed
update direct conversion docs
1 parent 9b654f7 commit facd410

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/qbk/conversion/direct.qbk

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
[/-----------------------------------------------------------------------------]
1111

1212

13-
[section Direct parsing]
13+
[section Direct conversion]
1414

1515
For large inputs parsing into the library's containers followed by conversion
1616
via __value_to__ (or vice versa __value_from__ followed by serialization from
@@ -26,7 +26,7 @@ members of described `struct`s, and alternatives of variants.
2626

2727
That being said, if your types are default-constructible and you don't need
2828
the customisability allowed by __value_to__ and __value_from__, then you can
29-
get a significant performance boost with direct parsing.
29+
get a significant performance boost with direct conversions.
3030

3131
Direct parsing is performed by the __parse_into__ family of functions. The
3232
library provides overloads that take either __string_view__ or `std::istream`,

0 commit comments

Comments
 (0)