Searched defs:allocator_no_forward (Results 1 – 1 of 1) sorted by relevance
235 struct allocator_no_forward : std::allocator<T> struct239 allocator_no_forward(allocator_no_forward<U> /*unused*/) {} in allocator_no_forward() function242 struct rebind248 … construct(T* p, const Args& ... args) noexcept(noexcept(::new (static_cast<void*>(p)) T(args...))) in construct()