Codec specialization for std::u16string.
More...
#include <StormByte/serializable.hxx>
|
| static std::size_t | Size (const std::u16string &data) noexcept |
| |
| static std::vector< std::byte > | Write (const std::u16string &data) noexcept |
| |
| static Expected< std::u16string, DeserializeError > | Read (std::span< const std::byte > data) noexcept |
| |
Codec specialization for std::u16string.
Same UTF-8 wire as Codec<std::wstring>.
◆ Read()
◆ Size()
◆ Write()
The documentation for this struct was generated from the following file: