Namespaces
Variants
Views
Actions

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

From cppreference.com
m (U: char8_t)
(Uses {{ltp}}.)
 
(5 intermediate revisions by 4 users not shown)
Line 3: Line 3:
  
  
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:
+
This page tries to list all the symbols that are available from the [[cpp/standard library|standard library]] in the namespace {{c|std::pmr}}. The symbols are written as follows:
*Function names with ''()''.
+
* Function names with {{tt|()}}.
*Templates with ''<>''.
+
* Templates with {{tt|<>}}.
  
==<blockquote><tt>[[#B| B]]  [[#D| D]]  [[#F| F]]  [[#G| G]]  [[#L| L]]  [[#M| M]]  [[#N| N]]  [[#P| P]]  [[#S| S]]  [[#U| U]]  [[#V| V]]  [[#W| W]] </tt></blockquote>==  
+
==<blockquote>{{tt|[[#B|B]]  [[#D|D]]  [[#F|F]]  [[#G|G]]  [[#L|L]]  [[#M|M]]  [[#N|N]]  [[#P|P]]  [[#S|S]]  [[#U|U]]  [[#V|V]]  [[#W|W]]}}</blockquote>==
 
<br/>
 
<br/>
  
 
===B===
 
===B===
{{ltt|cpp/string/basic_string | basic_string<>}} {{mark since c++17}} <br/>
+
{{ltp|cpp/string/basic_string}} {{mark since c++17}}<br>
 +
 
 +
===C===
 +
{{ltt|cpp/regex/match_results|cmatch}} {{mark since c++17}}<br>
  
 
===D===
 
===D===
{{ltt|cpp/container/deque | deque<>}} {{mark since c++17}} <br/>
+
{{ltp|cpp/container/deque}} {{mark since c++17}}<br>
  
 
===F===
 
===F===
{{ltt|cpp/container/forward_list | forward_list<>}} {{mark since c++17}} <br/>
+
{{ltp|cpp/container/forward_list}} {{mark since c++17}}<br>
  
 
===G===
 
===G===
{{ltf|cpp/memory/get_default_resource}} {{mark since c++17}} <br/>
+
{{ltf|cpp/memory/get_default_resource}} {{mark since c++17}}<br>
  
 
===L===
 
===L===
{{ltt|cpp/container/list | list<>}} {{mark since c++17}} <br/>
+
{{ltp|cpp/container/list}} {{mark since c++17}}<br>
  
 
===M===
 
===M===
{{ltt|cpp/container/map | map<>}} {{mark since c++17}} <br/>
+
{{ltp|cpp/container/map}} {{mark since c++17}}<br>
{{ltt|cpp/memory/memory_resource}} {{mark since c++17}} <br/>
+
{{ltp|cpp/regex/match_results}} {{mark since c++17}}<br>
{{ltt|cpp/memory/monotonic_buffer_resource}} {{mark since c++17}} <br/>
+
{{ltt|cpp/memory/memory_resource}} {{mark since c++17}}<br>
{{ltt|cpp/container/multimap | multimap<>}} {{mark since c++17}} <br/>
+
{{ltt|cpp/memory/monotonic_buffer_resource}} {{mark since c++17}}<br>
{{ltt|cpp/container/multiset | multiset<>}} {{mark since c++17}} <br/>
+
{{ltp|cpp/container/multimap}} {{mark since c++17}}<br>
 +
{{ltp|cpp/container/multiset}} {{mark since c++17}}<br>
  
 
===N===
 
===N===
{{ltf|cpp/memory/new_delete_resource}} {{mark since c++17}} <br/>
+
{{ltf|cpp/memory/new_delete_resource}} {{mark since c++17}}<br>
{{ltf|cpp/memory/null_memory_resource}} {{mark since c++17}} <br/>
+
{{ltf|cpp/memory/null_memory_resource}} {{mark since c++17}}<br>
  
 
===P===
 
===P===
{{ltt|cpp/memory/polymorphic_allocator | polymorphic_allocator<>}} {{mark since c++17}} <br/>
+
{{ltp|cpp/memory/polymorphic_allocator}} {{mark since c++17}}<br>
{{ltt|cpp/memory/pool_options}} {{mark since c++17}} <br/>
+
{{ltt|cpp/memory/pool_options}} {{mark since c++17}}<br>
  
 
===S===
 
===S===
{{ltt|cpp/container/set | set<>}} {{mark since c++17}} <br/>
+
{{ltp|cpp/container/set}} {{mark since c++17}}<br>
{{ltf|cpp/memory/set_default_resource}} {{mark since c++17}} <br/>
+
{{ltf|cpp/memory/set_default_resource}} {{mark since c++17}}<br>
{{ltt|cpp/string/basic_string | string}} {{mark since c++17}} <br/>
+
{{ltt|cpp/regex/match_results|smatch}} {{mark since c++17}}<br>
{{ltt|cpp/memory/synchronized_pool_resource}} {{mark since c++17}} <br/>
+
{{ltt|cpp/utility/basic_stacktrace|stacktrace}} {{mark since c++23}}<br>
 +
{{ltt|cpp/string/basic_string|string}} {{mark since c++17}}<br>
 +
{{ltt|cpp/memory/synchronized_pool_resource}} {{mark since c++17}}<br>
  
 
===U===
 
===U===
{{ltt|cpp/string/basic_string | u16string<>}} {{mark since c++17}} <br/>
+
{{ltp|cpp/string/basic_string|u16string}} {{mark since c++17}}<br>
{{ltt|cpp/string/basic_string | u32string<>}} {{mark since c++17}} <br/>
+
{{ltp|cpp/string/basic_string|u32string}} {{mark since c++17}}<br>
{{ltt|cpp/string/basic_string | u8string<>}} {{mark since c++17}} <br/>
+
{{ltp|cpp/string/basic_string|u8string}} {{mark since c++17}}<br>
{{ltt|cpp/container/unordered_map | unordered_map<>}} {{mark since c++17}} <br/>
+
{{ltp|cpp/container/unordered_map}} {{mark since c++17}}<br>
{{ltt|cpp/container/unordered_multimap | unordered_multimap<>}} {{mark since c++17}} <br/>
+
{{ltp|cpp/container/unordered_multimap}} {{mark since c++17}}<br>
{{ltt|cpp/container/unordered_multiset | unordered_multiset<>}} {{mark since c++17}} <br/>
+
{{ltp|cpp/container/unordered_multiset}} {{mark since c++17}}<br>
{{ltt|cpp/container/unordered_set | unordered_set<>}} {{mark since c++17}} <br/>
+
{{ltp|cpp/container/unordered_set}} {{mark since c++17}}<br>
{{ltt|cpp/memory/unsynchronized_pool_resource}} {{mark since c++17}} <br/>
+
{{ltt|cpp/memory/unsynchronized_pool_resource}} {{mark since c++17}}<br>
  
 
===V===
 
===V===
{{ltt|cpp/container/vector | vector<>}} {{mark since c++17}} <br/>
+
{{ltp|cpp/container/vector}} {{mark since c++17}}<br>
  
 
===W===
 
===W===
{{ltt|cpp/string/basic_string | wstring}} {{mark since c++17}} <br/>
+
{{ltt|cpp/regex/match_results|wcmatch}} {{mark since c++17}}<br>
 +
{{ltt|cpp/regex/match_results|wsmatch}} {{mark since c++17}}<br>
 +
{{ltt|cpp/string/basic_string|wstring}} {{mark since c++17}}<br>
  
{{langlinks|ja|zh}}
+
{{langlinks|de|es|ja|ru|zh}}

Latest revision as of 17:44, 25 May 2023


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

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


[edit] B

basic_string<> (since C++17)

[edit] C

cmatch (since C++17)

[edit] D

deque<> (since C++17)

[edit] F

forward_list<> (since C++17)

[edit] G

get_default_resource() (since C++17)

[edit] L

list<> (since C++17)

[edit] M

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

[edit] N

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

[edit] P

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

[edit] S

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

[edit] U

u16string<> (since C++17)
u32string<> (since C++17)
u8string<> (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)

[edit] V

vector<> (since C++17)

[edit] W

wcmatch (since C++17)
wsmatch (since C++17)
wstring (since C++17)