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