最佳答案
Is there is a difference between size_t and container::size_type?
What I understand is size_t is more generic and can be used for any size_types.
But is container::size_type optimized for specific kinds of containers?