allocator<void> Class
輸入 void的樣板類別配置器的特製化,定義在此內容中有意義的型別。
template<>
class allocator<void> {
typedef void *pointer;
typedef const void *const_pointer;
typedef void value_type;
template<class Other>
struct rebind;
allocator( );
allocator(
const allocator<void>&
);
template<class Other>
allocator(
const allocator<Other>&
);
template<class Other>
allocator<void>& operator=(
const allocator<Other>&
);
};
備註
類別明確地特製化型別 void 樣板類別 配置器*。*其建構函式和指派運算子相同的行為就像樣板類別的,不過,它僅定義下列型別:
需求
Header: <memory>
命名空間: std