In my application I have the following requirements -
The data structure will be populated just once with some values (not key/value pairs). The values may be r
I'd suggest you to use either set or unordered_set for "filtration" and when you are done, move data to vector of fixed size