Namespaces
Variants
Views
Actions

Difference between revisions of "cpp/symbol index/pmr"

From cppreference.com
m (Added symbol pool_options.)
m (Text replace - "{{c|" to "{{tt|")
Line 14: Line 14:
  
 
=B=
 
=B=
[[cpp/string/basic_string | {{c|basic_string<>}}]] {{mark since c++17}} <br/>
+
[[cpp/string/basic_string | {{tt|basic_string<>}}]] {{mark since c++17}} <br/>
  
 
=D=
 
=D=
[[cpp/container/deque | {{c|deque<>}}]] {{mark since c++17}} <br/>
+
[[cpp/container/deque | {{tt|deque<>}}]] {{mark since c++17}} <br/>
  
 
=F=
 
=F=
[[cpp/container/forward_list | {{c|forward_list<>}}]] {{mark since c++17}} <br/>
+
[[cpp/container/forward_list | {{tt|forward_list<>}}]] {{mark since c++17}} <br/>
  
 
=G=
 
=G=
[[cpp/memory/get_default_resource | {{c|get_default_resource()}}]] {{mark since c++17}} <br/>
+
[[cpp/memory/get_default_resource | {{tt|get_default_resource()}}]] {{mark since c++17}} <br/>
  
 
=L=
 
=L=
[[cpp/container/list | {{c|list<>}}]] {{mark since c++17}} <br/>
+
[[cpp/container/list | {{tt|list<>}}]] {{mark since c++17}} <br/>
  
 
=M=
 
=M=
[[cpp/container/map | {{c|map<>}}]] {{mark since c++17}} <br/>
+
[[cpp/container/map | {{tt|map<>}}]] {{mark since c++17}} <br/>
[[cpp/memory/memory_resource | {{c|memory_resource}}]] {{mark since c++17}} <br/>
+
[[cpp/memory/memory_resource | {{tt|memory_resource}}]] {{mark since c++17}} <br/>
[[cpp/memory/monotonic_buffer_resource | {{c|monotonic_buffer_resource}}]] {{mark since c++17}} <br/>
+
[[cpp/memory/monotonic_buffer_resource | {{tt|monotonic_buffer_resource}}]] {{mark since c++17}} <br/>
[[cpp/container/multimap | {{c|multimap<>}}]] {{mark since c++17}} <br/>
+
[[cpp/container/multimap | {{tt|multimap<>}}]] {{mark since c++17}} <br/>
[[cpp/container/multiset | {{c|multiset<>}}]] {{mark since c++17}} <br/>
+
[[cpp/container/multiset | {{tt|multiset<>}}]] {{mark since c++17}} <br/>
  
 
=N=
 
=N=
[[cpp/memory/new_delete_resource | {{c|new_delete_resource()}}]] {{mark since c++17}} <br/>
+
[[cpp/memory/new_delete_resource | {{tt|new_delete_resource()}}]] {{mark since c++17}} <br/>
[[cpp/memory/null_memory_resource | {{c|null_memory_resource()}}]] {{mark since c++17}} <br/>
+
[[cpp/memory/null_memory_resource | {{tt|null_memory_resource()}}]] {{mark since c++17}} <br/>
  
 
=P=
 
=P=
[[cpp/memory/polymorphic_allocator | {{c|polymorphic_allocator<>}}]] {{mark since c++17}} <br/>
+
[[cpp/memory/polymorphic_allocator | {{tt|polymorphic_allocator<>}}]] {{mark since c++17}} <br/>
[[cpp/memory/pool_options | {{c|pool_options}}]] {{mark since c++17}} <br/>
+
[[cpp/memory/pool_options | {{tt|pool_options}}]] {{mark since c++17}} <br/>
  
 
=S=
 
=S=
[[cpp/container/set | {{c|set<>}}]] {{mark since c++17}} <br/>
+
[[cpp/container/set | {{tt|set<>}}]] {{mark since c++17}} <br/>
[[cpp/memory/set_default_resource | {{c|set_default_resource()}}]] {{mark since c++17}} <br/>
+
[[cpp/memory/set_default_resource | {{tt|set_default_resource()}}]] {{mark since c++17}} <br/>
[[cpp/string/basic_string | {{c|string}}]] {{mark since c++17}} <br/>
+
[[cpp/string/basic_string | {{tt|string}}]] {{mark since c++17}} <br/>
[[cpp/memory/synchronized_pool_resource | {{c|synchronized_pool_resource}}]] {{mark since c++17}} <br/>
+
[[cpp/memory/synchronized_pool_resource | {{tt|synchronized_pool_resource}}]] {{mark since c++17}} <br/>
  
 
=U=
 
=U=
[[cpp/string/basic_string | {{c|u16string<>}}]] {{mark since c++17}} <br/>
+
[[cpp/string/basic_string | {{tt|u16string<>}}]] {{mark since c++17}} <br/>
[[cpp/string/basic_string | {{c|u32string<>}}]] {{mark since c++17}} <br/>
+
[[cpp/string/basic_string | {{tt|u32string<>}}]] {{mark since c++17}} <br/>
[[cpp/container/unordered_map | {{c|unordered_map<>}}]] {{mark since c++17}} <br/>
+
[[cpp/container/unordered_map | {{tt|unordered_map<>}}]] {{mark since c++17}} <br/>
[[cpp/container/unordered_multimap | {{c|unordered_multimap<>}}]] {{mark since c++17}} <br/>
+
[[cpp/container/unordered_multimap | {{tt|unordered_multimap<>}}]] {{mark since c++17}} <br/>
[[cpp/container/unordered_multiset | {{c|unordered_multiset<>}}]] {{mark since c++17}} <br/>
+
[[cpp/container/unordered_multiset | {{tt|unordered_multiset<>}}]] {{mark since c++17}} <br/>
[[cpp/container/unordered_set | {{c|unordered_set<>}}]] {{mark since c++17}} <br/>
+
[[cpp/container/unordered_set | {{tt|unordered_set<>}}]] {{mark since c++17}} <br/>
[[cpp/memory/unsynchronized_pool_resource | {{c|unsynchronized_pool_resource}}]] {{mark since c++17}} <br/>
+
[[cpp/memory/unsynchronized_pool_resource | {{tt|unsynchronized_pool_resource}}]] {{mark since c++17}} <br/>
  
 
=V=
 
=V=
[[cpp/container/vector | {{c|vector<>}}]] {{mark since c++17}} <br/>
+
[[cpp/container/vector | {{tt|vector<>}}]] {{mark since c++17}} <br/>
  
 
=W=
 
=W=
[[cpp/string/basic_string | {{c|wstring}}]] {{mark since c++17}} <br/>
+
[[cpp/string/basic_string | {{tt|wstring}}]] {{mark since c++17}} <br/>

Revision as of 16:00, 14 March 2017


This page tries to list all the symbols that are available from the Standard Library in the namespace std::pmr::. The symbols are written as follows:

  • Function names with ().
  • Templates with <>.

Contents

B D F G L M N P S U V W


B

basic_string<> (since C++17)

D

deque<> (since C++17)

F

forward_list<> (since C++17)

G

get_default_resource() (since C++17)

L

list<> (since C++17)

M

map<> (since C++17)
memory_resource (since C++17)
monotonic_buffer_resource (since C++17)
multimap<> (since C++17)
multiset<> (since C++17)

N

new_delete_resource() (since C++17)
null_memory_resource() (since C++17)

P

polymorphic_allocator<> (since C++17)
pool_options (since C++17)

S

set<> (since C++17)
set_default_resource() (since C++17)
string (since C++17)
synchronized_pool_resource (since C++17)

U

u16string<> (since C++17)
u32string<> (since C++17)
unordered_map<> (since C++17)
unordered_multimap<> (since C++17)
unordered_multiset<> (since C++17)
unordered_set<> (since C++17)
unsynchronized_pool_resource (since C++17)

V

vector<> (since C++17)

W

wstring (since C++17)