Difference between revisions of "cpp/symbol index/pmr"
(Symbols from namespace std::pmr.) |
(Uses {{ltp}}.) |
||
(13 intermediate revisions by 6 users not shown) | |||
Line 1: | Line 1: | ||
{{title|std::pmr Symbol Index}} | {{title|std::pmr Symbol Index}} | ||
− | {{cpp/navbar}} | + | {{cpp/symbol index/navbar}} |
− | + | 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 {{tt|()}}. | |
− | < | + | * 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]]}}</blockquote>== | ||
<br/> | <br/> | ||
− | + | ===B=== | |
− | + | {{ltp|cpp/string/basic_string}} {{mark since c++17}}<br> | |
− | + | ||
− | + | ||
− | < | + | |
− | == | + | ===C=== |
− | <br | + | {{ltt|cpp/regex/match_results|cmatch}} {{mark since c++17}}<br> |
+ | |||
+ | ===D=== | ||
+ | {{ltp|cpp/container/deque}} {{mark since c++17}}<br> | ||
− | = | + | ===F=== |
− | + | {{ltp|cpp/container/forward_list}} {{mark since c++17}}<br> | |
− | = | + | ===G=== |
− | + | {{ltf|cpp/memory/get_default_resource}} {{mark since c++17}}<br> | |
− | = | + | ===L=== |
− | + | {{ltp|cpp/container/list}} {{mark since c++17}}<br> | |
− | = | + | ===M=== |
− | + | {{ltp|cpp/container/map}} {{mark since c++17}}<br> | |
+ | {{ltp|cpp/regex/match_results}} {{mark since c++17}}<br> | ||
+ | {{ltt|cpp/memory/memory_resource}} {{mark since c++17}}<br> | ||
+ | {{ltt|cpp/memory/monotonic_buffer_resource}} {{mark since c++17}}<br> | ||
+ | {{ltp|cpp/container/multimap}} {{mark since c++17}}<br> | ||
+ | {{ltp|cpp/container/multiset}} {{mark since c++17}}<br> | ||
− | = | + | ===N=== |
− | + | {{ltf|cpp/memory/new_delete_resource}} {{mark since c++17}}<br> | |
− | + | {{ltf|cpp/memory/null_memory_resource}} {{mark since c++17}}<br> | |
− | + | ||
− | + | ||
− | + | ||
− | = | + | ===P=== |
− | + | {{ltp|cpp/memory/polymorphic_allocator}} {{mark since c++17}}<br> | |
− | + | {{ltt|cpp/memory/pool_options}} {{mark since c++17}}<br> | |
− | = | + | ===S=== |
− | + | {{ltp|cpp/container/set}} {{mark since c++17}}<br> | |
+ | {{ltf|cpp/memory/set_default_resource}} {{mark since c++17}}<br> | ||
+ | {{ltt|cpp/regex/match_results|smatch}} {{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=== |
− | + | {{ltp|cpp/string/basic_string|u16string}} {{mark since c++17}}<br> | |
− | + | {{ltp|cpp/string/basic_string|u32string}} {{mark since c++17}}<br> | |
− | + | {{ltp|cpp/string/basic_string|u8string}} {{mark since c++17}}<br> | |
− | + | {{ltp|cpp/container/unordered_map}} {{mark since c++17}}<br> | |
+ | {{ltp|cpp/container/unordered_multimap}} {{mark since c++17}}<br> | ||
+ | {{ltp|cpp/container/unordered_multiset}} {{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> | ||
− | = | + | ===V=== |
− | + | {{ltp|cpp/container/vector}} {{mark since c++17}}<br> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | = | + | ===W=== |
− | + | {{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|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
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)