Home
last modified time | relevance | path

Searched refs:__ctor_args (Results 1 – 1 of 1) sorted by relevance

/src/contrib/llvm-project/libcxx/include/__memory_resource/
H A Dpolymorphic_allocator.h102 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI _Type* new_object(_CtorArgs&&... __ctor_args) { in new_object() argument
105 construct(__ptr, std::forward<_CtorArgs>(__ctor_args)...); in new_object()