(C++) Write and read a composite data type to/from a std::stream
January 7, 2018 · View on GitHub
(C++) Write and read a composite data type to/from a std::stream
This page shows examples how to write and read a composite data type to/from a std::stream.
To write and read just one std::vector view write and read a std::vector to/from a std::stream.
To write and read just two std::vectors view write and read two std::vectors to/from a std::stream.