Searched defs:__bounded_array_control_block (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/gnu/llvm/libcxx/include/__memory/
H A Dshared_ptr.h1143 struct __bounded_array_control_block<_Tp[_Count], _Alloc> struct in inherits:__shared_weak_count
1150 explicit __bounded_array_control_block(_Alloc const& __alloc, _Tp const& __arg) : __alloc_(__alloc) { function in struct:__bounded_array_control_block
1155 explicit __bounded_array_control_block(_Alloc const& __alloc) : __alloc_(__alloc) { function in struct:__bounded_array_control_block

Completed in 135 milliseconds