Fixed array of N bytes.
More...
#include <Bytes.h>
template<szt N>
struct honey::ByteArray< N >
Fixed array of N bytes.
template<szt N>
template<class... Bytes>
Construct from list of byte values.
template<szt N>
ostream& operator<< |
( |
ostream & |
os, |
|
|
const ByteArray< N > & |
val |
|
) |
| |
|
friend |
Write byte array to string stream using current encoding.
template<szt N>
istream& operator>> |
( |
istream & |
is, |
|
|
ByteArray< N > & |
val |
|
) |
| |
|
friend |
Read byte array from string stream using current decoding.
The documentation for this struct was generated from the following file: