add StructLayout::convert (WIP)

This commit is contained in:
MihailRis
2024-08-30 06:16:41 +03:00
parent 5afbad1bd6
commit caa5e1b03b
3 changed files with 64 additions and 18 deletions
+4
View File
@@ -39,3 +39,7 @@ TEST(StructLayout, Unicode) {
layout.setUnicode(buffer, u8"пример", "text");
EXPECT_EQ(layout.getChars(buffer, "text"), std::string(u8"пр"));
}
TEST(StructLayout, Convert) {
}