C++ Complementary Library
Reads a Unicode string with the text input stream.
The text input stream to read with.
The object to store the read data in.
Reads a floating-point value with the text input stream.
The text input stream to read with.
The object to store the read data in.
Reads an integral value with the text input stream.
The text input stream to read with.
The object to store the read data in.
Returns the endianness opposite to the endianness provided. For example, the opposite of std::endian::big is std::endian::little and vice-versa.
The endianness to get the opposite of.
Reverses the order of the bytes in the data array.
The array of bytes to reverse.
The number of bytes in the array.
Writes a UTF-16 string with the text output stream.
The text output stream to write with.
The object to write.
Writes a UTF-32 string with the text output stream.
The text output stream to write with.
The object to write.
Writes a UTF-8 string with the text output stream.
The text output stream to write with.
The object to write.
Writes a floating-point value with the text output stream.
The text output stream to write with.
The object to write.
Writes a string with the text output stream.
The text output stream to write with.
The object to write.
Writes an integral value with the text output stream.
The text output stream to write with.
The object to write.
Reads a bool value with the text input stream.
The text input stream to read with.
The object to store the read data in.
Reads a code point with the text input stream.
The text input stream to read with.
The object to store the read data in.
Writes a UTF-8 code unit with the text output stream.
The text output stream to write with.
The object to write.
Writes a char value with the text output stream.
The text output stream to write with.
The object to write.
Writes a code point with the text output stream.
The text output stream to write with.
The object to write.
Writes a string with the text output stream.
The text output stream to write with.
The object to write.
Writes bool value with the text output stream.
The text output stream to write with.
The object to write.
Copyright © 2022-2025 Daniel T. McGinnis