File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 10
10
[/-----------------------------------------------------------------------------]
11
11
12
12
13
- [section Direct parsing ]
13
+ [section Direct conversion ]
14
14
15
15
For large inputs parsing into the library's containers followed by conversion
16
16
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.
26
26
27
27
That being said, if your types are default-constructible and you don't need
28
28
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 .
30
30
31
31
Direct parsing is performed by the __parse_into__ family of functions. The
32
32
library provides overloads that take either __string_view__ or `std::istream`,
You can’t perform that action at this time.
0 commit comments