OSVR-Core
|
Policies controlling behavior of UniqueContainer. More...
Classes | |
struct | PushBack |
A basic policy for use with a vector or similar container, where you don't expect a lot of additions or removals, and thus search/insertion/removal speed is not critical. More... | |
struct | SortedInsert |
A basic policy for use with a vector or similar container, where you have a comparison operator and thus can keep it sorted, for much faster testing. More... | |
Policies controlling behavior of UniqueContainer.