TorchCraftAI
A bot for machine learning research on StarCraft: Brood War
|
A stream buffer for reading from a vector of bytes. More...
#include <serialization.h>
Inherits streambuf.
Public Member Functions | |
IMembuf (std::vector< char > const &data) | |
IMembuf (std::string_view sv) | |
A stream buffer for reading from a vector of bytes.
This can be used to construct a std::istream from a given binary blob as follows:
|
explicit |
|
explicit |