1
0
Fork 0

convenience name for the bufferstream shared pointer

This commit is contained in:
Kevin Matz 2023-04-28 20:12:51 -04:00
parent 35dc0f30d2
commit f06a5f97e6
1 changed files with 1 additions and 0 deletions

View File

@ -153,6 +153,7 @@ private:
byteorder order_;
};
using Buffer = std::shared_ptr<bufferstream>; //!< memory managed unsigned 8-bit buffer
/**
* @brief The inheritable base of data objects that can be read from and written to a bufferstream.