Unserialize a std::array of basic bytes from raw bytes.
Declared in <serialize.h>
template<
typename Stream,
BasicByte B,
size_t N>
void
Unserialize(
Stream& s,
std::array<B, N>& a);
| Name | Description |
|---|---|
| s | The input stream. |
| a | The array to read into. |