So I want to create a priority_vector class which is like priority_queue for vectors, but, in order to sort strings, I would need to do it differently than I would if I were to do it with numbers, so I need to check whether it is a string or not. How would I do that? This is what I have so far.