Home
last modified time | relevance | path

Searched defs:__shared_ptr_emplace (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/libcxx/include/__memory/
H A Dshared_ptr.h280 struct __shared_ptr_emplace struct
285 explicit __shared_ptr_emplace(_Alloc __a, _Args&& ...__args) in __shared_ptr_emplace() function
315 … using _ControlBlockAlloc = typename __allocator_traits_rebind<_Alloc, __shared_ptr_emplace>::type; in __on_zero_shared_weak() argument
331 using _CompressedPair = __compressed_pair<_Alloc, _Tp>;
332 struct _ALIGNAS_TYPE(_CompressedPair) _Storage { in _ALIGNAS_TYPE()
357 _Storage __storage_;