C
Christopher
I have a situation where I need to map object Bs by an entire vector
of other object As.
So, I need to make sure the vector has an operator < ?
I look up vector and it says, it compares "lexcographically". Look
that word up in the dictionary and it says "pertaining to lexography."
Not much help. As long as object A has comparison operators defined, I
should be Ok right? How does the map compare the vector?
of other object As.
So, I need to make sure the vector has an operator < ?
I look up vector and it says, it compares "lexcographically". Look
that word up in the dictionary and it says "pertaining to lexography."
Not much help. As long as object A has comparison operators defined, I
should be Ok right? How does the map compare the vector?