Replies: 1 comment
-
Completed in #235. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It is useful for users of the fkYAML library to implement the user-defined literal for deserialization from character sequences.
Supported character types are
char
,char16_t
andchar32_t
just as the currently supported input character types.Note that
std::FILE*
andstd::istream
objects cannot be passed to the user-defined literal described above; usefkyaml::operator>>()
function regarding such types.Beta Was this translation helpful? Give feedback.
All reactions