I have 2 Classes Namely A and B with following independent declaration
class A { private: std::vector vec = {B("X","Y")}; public