some_vector.push_back(make_shared()); some_vector.emplace_back(make_shared());
I want to check that my understandi