现在的位置: 首页 > 综合 > 正文

Question 20: Which allocator member function do standard containers use to acquire storage for their elements in C++?

2013年01月14日 ⁄ 综合 ⁄ 共 181字 ⁄ 字号 评论关闭

    A. std::allocator<>::allocate(size_t)

    B. std::allocator<>::malloc(int)

    C. std::allocator<>::make(size_t)

    D. std::allocator<>::new(size_t)

    E. std::allocator<>::acquire(size_t)

A

抱歉!评论已关闭.