12345678910
vObjects.erase( std::remove_if( vObjects.begin(), vObjects.end(), [wzId](const objects &object){ return wzId == object.m_Id; } ), vObjects.end() );