Closed jsallay closed 2 years ago
Make a generic vector wrapper class. There are many cases where we want to handle a vector of contiguous data, but we don't know the type. This new class allows us to do just that. This is an important step towards PDU support.
Make a generic vector wrapper class. There are many cases where we want to handle a vector of contiguous data, but we don't know the type. This new class allows us to do just that. This is an important step towards PDU support.