共用方式為


allocator_base::difference_type

可以表示指標值之間的差異為物件型別的一個帶正負號的整數類資料型別由配置器處理。

typedef std::ptrdiff_t difference_type;

備註

整數型別會實作 Allocator::difference_type 做為 std::ptrdiff_t的 typedef。

需求

標題: <配置器>

**命名空間:**stdext