template alias for a block of PDU

This commit is contained in:
Kevin Matz 2021-01-09 14:12:15 -05:00
parent 945fa7595a
commit 5d042f72e7
1 changed files with 3 additions and 0 deletions

View File

@ -143,6 +143,9 @@ private:
};
template <typename T>
using Block = std::shared_ptr<std::vector<std::shared_ptr<T>>>;
/**
Template creator of a PDU Block.