Skip to content

Commit

Permalink
update direct conversion docs
Browse files Browse the repository at this point in the history
  • Loading branch information
grisumbras committed Nov 7, 2024
1 parent 9b654f7 commit facd410
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/qbk/conversion/direct.qbk
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[/-----------------------------------------------------------------------------]


[section Direct parsing]
[section Direct conversion]

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

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

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

0 comments on commit facd410

Please sign in to comment.