I have a class Player which contains a vector> units; UnitInterface being the parent of a templ
class Player
vector> units;
UnitInterface