branches2.hpp

This commit is contained in:
Antonio SJ Musumeci 2024-01-24 23:26:48 -06:00
parent 43af15e54a
commit 3c34463ecb

View File

@ -4,4 +4,8 @@
typedef std::vector<Branch2> Branch2Vec; typedef std::vector<Branch2> Branch2Vec;
typedef std::vector<Branch2Vec> Branches2;
class Branches2 : public std::vector<Branch2Vec>
{
};