multiset keeps the element sorted so it needs a way to compare two elements. Define an operator< for comparing two myStruct objects or pass a comparator as a template argument.
If you only try to avoid a fixed size you better use another container like vector.