Home
last modified time | relevance | path

Searched refs:polymorphic_allocator (Results 1 – 25 of 16644) sorted by relevance

12345678910>>...666

/aosp_15_r20/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/__memory_resource/
Dpolymorphic_allocator.h43 class _LIBCPP_AVAILABILITY_PMR _LIBCPP_TEMPLATE_VIS polymorphic_allocator {
50 …_LIBCPP_HIDE_FROM_ABI polymorphic_allocator() noexcept : __res_(std::pmr::get_default_resource()) … in polymorphic_allocator() function
52 _LIBCPP_HIDE_FROM_ABI polymorphic_allocator(memory_resource* __r) noexcept : __res_(__r) {} in polymorphic_allocator() function
54 _LIBCPP_HIDE_FROM_ABI polymorphic_allocator(const polymorphic_allocator&) = default;
57 _LIBCPP_HIDE_FROM_ABI polymorphic_allocator(const polymorphic_allocator<_Tp>& __other) noexcept in polymorphic_allocator() function
60 polymorphic_allocator& operator=(const polymorphic_allocator&) = delete;
122 typename __uses_alloc_ctor<_Tp, polymorphic_allocator&, _Ts...>::type(), in construct()
133 … __transform_tuple(typename __uses_alloc_ctor< _T1, polymorphic_allocator&, _Args1... >::type(), in construct()
136 … __transform_tuple(typename __uses_alloc_ctor< _T2, polymorphic_allocator&, _Args2... >::type(), in construct()
172 …_LIBCPP_HIDE_FROM_ABI polymorphic_allocator select_on_container_copy_construction() const noexcept… in select_on_container_copy_construction()
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/c++/v1/__memory_resource/
Dpolymorphic_allocator.h42 class _LIBCPP_AVAILABILITY_PMR _LIBCPP_TEMPLATE_VIS polymorphic_allocator {
49 …_LIBCPP_HIDE_FROM_ABI polymorphic_allocator() noexcept : __res_(std::pmr::get_default_resource()) … in polymorphic_allocator() function
51 _LIBCPP_HIDE_FROM_ABI polymorphic_allocator(memory_resource* __r) noexcept : __res_(__r) {} in polymorphic_allocator() function
53 _LIBCPP_HIDE_FROM_ABI polymorphic_allocator(const polymorphic_allocator&) = default;
56 _LIBCPP_HIDE_FROM_ABI polymorphic_allocator(const polymorphic_allocator<_Tp>& __other) noexcept in polymorphic_allocator() function
59 polymorphic_allocator& operator=(const polymorphic_allocator&) = delete;
118 typename __uses_alloc_ctor<_Tp, polymorphic_allocator&, _Ts...>::type(), in construct()
129 … __transform_tuple(typename __uses_alloc_ctor< _T1, polymorphic_allocator&, _Args1... >::type(), in construct()
132 … __transform_tuple(typename __uses_alloc_ctor< _T2, polymorphic_allocator&, _Args2... >::type(), in construct()
168 …_LIBCPP_HIDE_FROM_ABI polymorphic_allocator select_on_container_copy_construction() const noexcept… in select_on_container_copy_construction()
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/c++/v1/__memory_resource/
Dpolymorphic_allocator.h42 class _LIBCPP_AVAILABILITY_PMR _LIBCPP_TEMPLATE_VIS polymorphic_allocator {
49 …_LIBCPP_HIDE_FROM_ABI polymorphic_allocator() noexcept : __res_(std::pmr::get_default_resource()) … in polymorphic_allocator() function
51 _LIBCPP_HIDE_FROM_ABI polymorphic_allocator(memory_resource* __r) noexcept : __res_(__r) {} in polymorphic_allocator() function
53 _LIBCPP_HIDE_FROM_ABI polymorphic_allocator(const polymorphic_allocator&) = default;
56 _LIBCPP_HIDE_FROM_ABI polymorphic_allocator(const polymorphic_allocator<_Tp>& __other) noexcept in polymorphic_allocator() function
59 polymorphic_allocator& operator=(const polymorphic_allocator&) = delete;
121 typename __uses_alloc_ctor<_Tp, polymorphic_allocator&, _Ts...>::type(), in construct()
132 … __transform_tuple(typename __uses_alloc_ctor< _T1, polymorphic_allocator&, _Args1... >::type(), in construct()
135 … __transform_tuple(typename __uses_alloc_ctor< _T2, polymorphic_allocator&, _Args2... >::type(), in construct()
171 …_LIBCPP_HIDE_FROM_ABI polymorphic_allocator select_on_container_copy_construction() const noexcept… in select_on_container_copy_construction()
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/c++/v1/__memory_resource/
Dpolymorphic_allocator.h42 class _LIBCPP_AVAILABILITY_PMR _LIBCPP_TEMPLATE_VIS polymorphic_allocator {
49 …_LIBCPP_HIDE_FROM_ABI polymorphic_allocator() noexcept : __res_(std::pmr::get_default_resource()) … in polymorphic_allocator() function
51 _LIBCPP_HIDE_FROM_ABI polymorphic_allocator(memory_resource* __r) noexcept : __res_(__r) {} in polymorphic_allocator() function
53 _LIBCPP_HIDE_FROM_ABI polymorphic_allocator(const polymorphic_allocator&) = default;
56 _LIBCPP_HIDE_FROM_ABI polymorphic_allocator(const polymorphic_allocator<_Tp>& __other) noexcept in polymorphic_allocator() function
59 polymorphic_allocator& operator=(const polymorphic_allocator&) = delete;
121 typename __uses_alloc_ctor<_Tp, polymorphic_allocator&, _Ts...>::type(), in construct()
132 … __transform_tuple(typename __uses_alloc_ctor< _T1, polymorphic_allocator&, _Args1... >::type(), in construct()
135 … __transform_tuple(typename __uses_alloc_ctor< _T2, polymorphic_allocator&, _Args2... >::type(), in construct()
171 …_LIBCPP_HIDE_FROM_ABI polymorphic_allocator select_on_container_copy_construction() const noexcept… in select_on_container_copy_construction()
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__memory_resource/
Dpolymorphic_allocator.h43 class _LIBCPP_AVAILABILITY_PMR _LIBCPP_TEMPLATE_VIS polymorphic_allocator {
50 …_LIBCPP_HIDE_FROM_ABI polymorphic_allocator() noexcept : __res_(std::pmr::get_default_resource()) … in polymorphic_allocator() function
52 _LIBCPP_HIDE_FROM_ABI polymorphic_allocator(memory_resource* __r) noexcept : __res_(__r) {} in polymorphic_allocator() function
54 _LIBCPP_HIDE_FROM_ABI polymorphic_allocator(const polymorphic_allocator&) = default;
57 _LIBCPP_HIDE_FROM_ABI polymorphic_allocator(const polymorphic_allocator<_Tp>& __other) noexcept in polymorphic_allocator() function
60 polymorphic_allocator& operator=(const polymorphic_allocator&) = delete;
122 typename __uses_alloc_ctor<_Tp, polymorphic_allocator&, _Ts...>::type(), in construct()
133 … __transform_tuple(typename __uses_alloc_ctor< _T1, polymorphic_allocator&, _Args1... >::type(), in construct()
136 … __transform_tuple(typename __uses_alloc_ctor< _T2, polymorphic_allocator&, _Args2... >::type(), in construct()
172 …_LIBCPP_HIDE_FROM_ABI polymorphic_allocator select_on_container_copy_construction() const noexcept… in select_on_container_copy_construction()
[all …]
/aosp_15_r20/external/cronet/third_party/libc++/src/include/__memory_resource/
H A Dpolymorphic_allocator.h42 class _LIBCPP_AVAILABILITY_PMR _LIBCPP_TEMPLATE_VIS polymorphic_allocator {
49 …_LIBCPP_HIDE_FROM_ABI polymorphic_allocator() noexcept : __res_(std::pmr::get_default_resource()) … in polymorphic_allocator() function
51 _LIBCPP_HIDE_FROM_ABI polymorphic_allocator(memory_resource* __r) noexcept : __res_(__r) {} in polymorphic_allocator() function
53 _LIBCPP_HIDE_FROM_ABI polymorphic_allocator(const polymorphic_allocator&) = default;
56 _LIBCPP_HIDE_FROM_ABI polymorphic_allocator(const polymorphic_allocator<_Tp>& __other) noexcept in polymorphic_allocator() function
59 polymorphic_allocator& operator=(const polymorphic_allocator&) = delete;
121 typename __uses_alloc_ctor<_Tp, polymorphic_allocator&, _Ts...>::type(), in construct()
132 … __transform_tuple(typename __uses_alloc_ctor< _T1, polymorphic_allocator&, _Args1... >::type(), in construct()
135 … __transform_tuple(typename __uses_alloc_ctor< _T2, polymorphic_allocator&, _Args2... >::type(), in construct()
171 …_LIBCPP_HIDE_FROM_ABI polymorphic_allocator select_on_container_copy_construction() const noexcept… in select_on_container_copy_construction()
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/include/boost/container/pmr/
Dpolymorphic_allocator.hpp38 class polymorphic_allocator class
45 polymorphic_allocator() BOOST_NOEXCEPT in polymorphic_allocator() function in boost::container::pmr::polymorphic_allocator
56 polymorphic_allocator(memory_resource* r) in polymorphic_allocator() function in boost::container::pmr::polymorphic_allocator
62 polymorphic_allocator(const polymorphic_allocator& other) in polymorphic_allocator() function in boost::container::pmr::polymorphic_allocator
69 polymorphic_allocator(const polymorphic_allocator<U>& other) BOOST_NOEXCEPT in polymorphic_allocator() function in boost::container::pmr::polymorphic_allocator
75 polymorphic_allocator& operator=(const polymorphic_allocator& other) in operator =()
136 polymorphic_allocator select_on_container_copy_construction() const in select_on_container_copy_construction()
137 { return polymorphic_allocator(); } in select_on_container_copy_construction()
151 bool operator==(const polymorphic_allocator<T1>& a, const polymorphic_allocator<T2>& b) BOOST_NOEXC… in operator ==()
158 bool operator!=(const polymorphic_allocator<T1>& a, const polymorphic_allocator<T2>& b) BOOST_NOEXC… in operator !=()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/test/
Dpolymorphic_allocator_test.cpp22 polymorphic_allocator<int> a; in test_default_constructor()
29 polymorphic_allocator<int> b(&d); in test_resource_constructor()
36 polymorphic_allocator<int> b(&d); in test_copy_constructor()
37 polymorphic_allocator<int> c(b); in test_copy_constructor()
44 polymorphic_allocator<int> b(&d); in test_copy_assignment()
45 polymorphic_allocator<int> c; in test_copy_assignment()
55 polymorphic_allocator<int> p(&d); in test_allocate()
70 polymorphic_allocator<int> p(&d); in test_deallocate()
87 polymorphic_allocator<int> pa; in test_construct()
97 polymorphic_allocator<int> pa; in test_construct()
[all …]
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/external/libcxx/include/experimental/
Dmemory_resource31 template <class Tp> class polymorphic_allocator;
34 bool operator==(const polymorphic_allocator<T1>& a,
35 const polymorphic_allocator<T2>& b) noexcept;
37 bool operator!=(const polymorphic_allocator<T1>& a,
38 const polymorphic_allocator<T2>& b) noexcept;
157 class _LIBCPP_TEMPLATE_VIS polymorphic_allocator
164 polymorphic_allocator() _NOEXCEPT
169 polymorphic_allocator(memory_resource * __r) _NOEXCEPT
173 polymorphic_allocator(polymorphic_allocator const &) = default;
177 polymorphic_allocator(polymorphic_allocator<_Tp> const & __other) _NOEXCEPT
[all …]
/aosp_15_r20/prebuilts/vndk/v33/x86/include/external/libcxx/include/experimental/
Dmemory_resource31 template <class Tp> class polymorphic_allocator;
34 bool operator==(const polymorphic_allocator<T1>& a,
35 const polymorphic_allocator<T2>& b) noexcept;
37 bool operator!=(const polymorphic_allocator<T1>& a,
38 const polymorphic_allocator<T2>& b) noexcept;
157 class _LIBCPP_TEMPLATE_VIS polymorphic_allocator
164 polymorphic_allocator() _NOEXCEPT
169 polymorphic_allocator(memory_resource * __r) _NOEXCEPT
173 polymorphic_allocator(polymorphic_allocator const &) = default;
177 polymorphic_allocator(polymorphic_allocator<_Tp> const & __other) _NOEXCEPT
[all …]
/aosp_15_r20/prebuilts/vndk/v34/arm/include/external/libcxx/include/experimental/
Dmemory_resource31 template <class Tp> class polymorphic_allocator;
34 bool operator==(const polymorphic_allocator<T1>& a,
35 const polymorphic_allocator<T2>& b) noexcept;
37 bool operator!=(const polymorphic_allocator<T1>& a,
38 const polymorphic_allocator<T2>& b) noexcept;
157 class _LIBCPP_TEMPLATE_VIS polymorphic_allocator
164 polymorphic_allocator() _NOEXCEPT
169 polymorphic_allocator(memory_resource * __r) _NOEXCEPT
173 polymorphic_allocator(polymorphic_allocator const &) = default;
177 polymorphic_allocator(polymorphic_allocator<_Tp> const & __other) _NOEXCEPT
[all …]
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/external/libcxx/include/experimental/
Dmemory_resource31 template <class Tp> class polymorphic_allocator;
34 bool operator==(const polymorphic_allocator<T1>& a,
35 const polymorphic_allocator<T2>& b) noexcept;
37 bool operator!=(const polymorphic_allocator<T1>& a,
38 const polymorphic_allocator<T2>& b) noexcept;
157 class _LIBCPP_TEMPLATE_VIS polymorphic_allocator
164 polymorphic_allocator() _NOEXCEPT
169 polymorphic_allocator(memory_resource * __r) _NOEXCEPT
173 polymorphic_allocator(polymorphic_allocator const &) = default;
177 polymorphic_allocator(polymorphic_allocator<_Tp> const & __other) _NOEXCEPT
[all …]
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/external/libcxx/include/experimental/
Dmemory_resource31 template <class Tp> class polymorphic_allocator;
34 bool operator==(const polymorphic_allocator<T1>& a,
35 const polymorphic_allocator<T2>& b) noexcept;
37 bool operator!=(const polymorphic_allocator<T1>& a,
38 const polymorphic_allocator<T2>& b) noexcept;
157 class _LIBCPP_TEMPLATE_VIS polymorphic_allocator
164 polymorphic_allocator() _NOEXCEPT
169 polymorphic_allocator(memory_resource * __r) _NOEXCEPT
173 polymorphic_allocator(polymorphic_allocator const &) = default;
177 polymorphic_allocator(polymorphic_allocator<_Tp> const & __other) _NOEXCEPT
[all …]
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/external/libcxx/include/experimental/
Dmemory_resource31 template <class Tp> class polymorphic_allocator;
34 bool operator==(const polymorphic_allocator<T1>& a,
35 const polymorphic_allocator<T2>& b) noexcept;
37 bool operator!=(const polymorphic_allocator<T1>& a,
38 const polymorphic_allocator<T2>& b) noexcept;
157 class _LIBCPP_TEMPLATE_VIS polymorphic_allocator
164 polymorphic_allocator() _NOEXCEPT
169 polymorphic_allocator(memory_resource * __r) _NOEXCEPT
173 polymorphic_allocator(polymorphic_allocator const &) = default;
177 polymorphic_allocator(polymorphic_allocator<_Tp> const & __other) _NOEXCEPT
[all …]
/aosp_15_r20/prebuilts/vndk/v32/x86/include/external/libcxx/include/experimental/
Dmemory_resource31 template <class Tp> class polymorphic_allocator;
34 bool operator==(const polymorphic_allocator<T1>& a,
35 const polymorphic_allocator<T2>& b) noexcept;
37 bool operator!=(const polymorphic_allocator<T1>& a,
38 const polymorphic_allocator<T2>& b) noexcept;
157 class _LIBCPP_TEMPLATE_VIS polymorphic_allocator
164 polymorphic_allocator() _NOEXCEPT
169 polymorphic_allocator(memory_resource * __r) _NOEXCEPT
173 polymorphic_allocator(polymorphic_allocator const &) = default;
177 polymorphic_allocator(polymorphic_allocator<_Tp> const & __other) _NOEXCEPT
[all …]
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/external/libcxx/include/experimental/
Dmemory_resource31 template <class Tp> class polymorphic_allocator;
34 bool operator==(const polymorphic_allocator<T1>& a,
35 const polymorphic_allocator<T2>& b) noexcept;
37 bool operator!=(const polymorphic_allocator<T1>& a,
38 const polymorphic_allocator<T2>& b) noexcept;
157 class _LIBCPP_TEMPLATE_VIS polymorphic_allocator
164 polymorphic_allocator() _NOEXCEPT
169 polymorphic_allocator(memory_resource * __r) _NOEXCEPT
173 polymorphic_allocator(polymorphic_allocator const &) = default;
177 polymorphic_allocator(polymorphic_allocator<_Tp> const & __other) _NOEXCEPT
[all …]
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/external/libcxx/include/experimental/
Dmemory_resource31 template <class Tp> class polymorphic_allocator;
34 bool operator==(const polymorphic_allocator<T1>& a,
35 const polymorphic_allocator<T2>& b) noexcept;
37 bool operator!=(const polymorphic_allocator<T1>& a,
38 const polymorphic_allocator<T2>& b) noexcept;
157 class _LIBCPP_TEMPLATE_VIS polymorphic_allocator
164 polymorphic_allocator() _NOEXCEPT
169 polymorphic_allocator(memory_resource * __r) _NOEXCEPT
173 polymorphic_allocator(polymorphic_allocator const &) = default;
177 polymorphic_allocator(polymorphic_allocator<_Tp> const & __other) _NOEXCEPT
[all …]
/aosp_15_r20/prebuilts/vndk/v33/arm/include/external/libcxx/include/experimental/
Dmemory_resource31 template <class Tp> class polymorphic_allocator;
34 bool operator==(const polymorphic_allocator<T1>& a,
35 const polymorphic_allocator<T2>& b) noexcept;
37 bool operator!=(const polymorphic_allocator<T1>& a,
38 const polymorphic_allocator<T2>& b) noexcept;
157 class _LIBCPP_TEMPLATE_VIS polymorphic_allocator
164 polymorphic_allocator() _NOEXCEPT
169 polymorphic_allocator(memory_resource * __r) _NOEXCEPT
173 polymorphic_allocator(polymorphic_allocator const &) = default;
177 polymorphic_allocator(polymorphic_allocator<_Tp> const & __other) _NOEXCEPT
[all …]
/aosp_15_r20/prebuilts/vndk/v31/arm/include/external/libcxx/include/experimental/
Dmemory_resource31 template <class Tp> class polymorphic_allocator;
34 bool operator==(const polymorphic_allocator<T1>& a,
35 const polymorphic_allocator<T2>& b) noexcept;
37 bool operator!=(const polymorphic_allocator<T1>& a,
38 const polymorphic_allocator<T2>& b) noexcept;
157 class _LIBCPP_TEMPLATE_VIS polymorphic_allocator
164 polymorphic_allocator() _NOEXCEPT
169 polymorphic_allocator(memory_resource * __r) _NOEXCEPT
173 polymorphic_allocator(polymorphic_allocator const &) = default;
177 polymorphic_allocator(polymorphic_allocator<_Tp> const & __other) _NOEXCEPT
[all …]
/aosp_15_r20/prebuilts/vndk/v32/arm/include/external/libcxx/include/experimental/
Dmemory_resource31 template <class Tp> class polymorphic_allocator;
34 bool operator==(const polymorphic_allocator<T1>& a,
35 const polymorphic_allocator<T2>& b) noexcept;
37 bool operator!=(const polymorphic_allocator<T1>& a,
38 const polymorphic_allocator<T2>& b) noexcept;
157 class _LIBCPP_TEMPLATE_VIS polymorphic_allocator
164 polymorphic_allocator() _NOEXCEPT
169 polymorphic_allocator(memory_resource * __r) _NOEXCEPT
173 polymorphic_allocator(polymorphic_allocator const &) = default;
177 polymorphic_allocator(polymorphic_allocator<_Tp> const & __other) _NOEXCEPT
[all …]
/aosp_15_r20/prebuilts/vndk/v30/x86/include/external/libcxx/include/experimental/
Dmemory_resource31 template <class Tp> class polymorphic_allocator;
34 bool operator==(const polymorphic_allocator<T1>& a,
35 const polymorphic_allocator<T2>& b) noexcept;
37 bool operator!=(const polymorphic_allocator<T1>& a,
38 const polymorphic_allocator<T2>& b) noexcept;
157 class _LIBCPP_TEMPLATE_VIS polymorphic_allocator
164 polymorphic_allocator() _NOEXCEPT
169 polymorphic_allocator(memory_resource * __r) _NOEXCEPT
173 polymorphic_allocator(polymorphic_allocator const &) = default;
177 polymorphic_allocator(polymorphic_allocator<_Tp> const & __other) _NOEXCEPT
[all …]
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/external/libcxx/include/experimental/
Dmemory_resource31 template <class Tp> class polymorphic_allocator;
34 bool operator==(const polymorphic_allocator<T1>& a,
35 const polymorphic_allocator<T2>& b) noexcept;
37 bool operator!=(const polymorphic_allocator<T1>& a,
38 const polymorphic_allocator<T2>& b) noexcept;
157 class _LIBCPP_TEMPLATE_VIS polymorphic_allocator
164 polymorphic_allocator() _NOEXCEPT
169 polymorphic_allocator(memory_resource * __r) _NOEXCEPT
173 polymorphic_allocator(polymorphic_allocator const &) = default;
177 polymorphic_allocator(polymorphic_allocator<_Tp> const & __other) _NOEXCEPT
[all …]
/aosp_15_r20/prebuilts/vndk/v30/arm/include/external/libcxx/include/experimental/
Dmemory_resource31 template <class Tp> class polymorphic_allocator;
34 bool operator==(const polymorphic_allocator<T1>& a,
35 const polymorphic_allocator<T2>& b) noexcept;
37 bool operator!=(const polymorphic_allocator<T1>& a,
38 const polymorphic_allocator<T2>& b) noexcept;
157 class _LIBCPP_TEMPLATE_VIS polymorphic_allocator
164 polymorphic_allocator() _NOEXCEPT
169 polymorphic_allocator(memory_resource * __r) _NOEXCEPT
173 polymorphic_allocator(polymorphic_allocator const &) = default;
177 polymorphic_allocator(polymorphic_allocator<_Tp> const & __other) _NOEXCEPT
[all …]
/aosp_15_r20/prebuilts/vndk/v31/x86/include/external/libcxx/include/experimental/
Dmemory_resource31 template <class Tp> class polymorphic_allocator;
34 bool operator==(const polymorphic_allocator<T1>& a,
35 const polymorphic_allocator<T2>& b) noexcept;
37 bool operator!=(const polymorphic_allocator<T1>& a,
38 const polymorphic_allocator<T2>& b) noexcept;
157 class _LIBCPP_TEMPLATE_VIS polymorphic_allocator
164 polymorphic_allocator() _NOEXCEPT
169 polymorphic_allocator(memory_resource * __r) _NOEXCEPT
173 polymorphic_allocator(polymorphic_allocator const &) = default;
177 polymorphic_allocator(polymorphic_allocator<_Tp> const & __other) _NOEXCEPT
[all …]
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/external/libcxx/include/experimental/
Dmemory_resource31 template <class Tp> class polymorphic_allocator;
34 bool operator==(const polymorphic_allocator<T1>& a,
35 const polymorphic_allocator<T2>& b) noexcept;
37 bool operator!=(const polymorphic_allocator<T1>& a,
38 const polymorphic_allocator<T2>& b) noexcept;
157 class _LIBCPP_TEMPLATE_VIS polymorphic_allocator
164 polymorphic_allocator() _NOEXCEPT
169 polymorphic_allocator(memory_resource * __r) _NOEXCEPT
173 polymorphic_allocator(polymorphic_allocator const &) = default;
177 polymorphic_allocator(polymorphic_allocator<_Tp> const & __other) _NOEXCEPT
[all …]

12345678910>>...666