-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Labels
c++ apienhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
0 [+8] UInt:8[8] identification_pattern
Ideally I'd be able to:
pw::Result<emboss::FileHeaderWriter> result =
MakeEmbossWriter<emboss::FileHeaderWriter>(file_header_data);
if (!result.ok()) {
return;
}
emboss::FileHeaderWriter writer = result.value();
std::array<uint8_t, 8> identification_pattern_data = {0x62, 0x74, 0x73,
0x6E, 0x6F, 0x6F, 0x70, 0x00};
writer.identification_pattern().CopyBytesFrom(identification_pattern_data);
Metadata
Metadata
Assignees
Labels
c++ apienhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers