Namespaces
Variants
Views
Actions

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

From cppreference.com
(Symbols from namespace std::pmr.)
 
m (Added missing forward_list.)
Line 19: Line 19:
 
</ul>
 
</ul>
  
==<blockquote><tt>[[cpp/symbol_index/pmr#B| B]]  [[cpp/symbol_index/pmr#D| D]]  [[cpp/symbol_index/pmr#G| G]]  [[cpp/symbol_index/pmr#L| L]]  [[cpp/symbol_index/pmr#M| M]]  [[cpp/symbol_index/pmr#N| N]]  [[cpp/symbol_index/pmr#P| P]]  [[cpp/symbol_index/pmr#S| S]]  [[cpp/symbol_index/pmr#U| U]]  [[cpp/symbol_index/pmr#V| V]]  [[cpp/symbol_index/pmr#W| W]] </tt></blockquote>==  
+
==<blockquote><tt>[[cpp/symbol_index/pmr#B| B]]  [[cpp/symbol_index/pmr#D| D]]  [[cpp/symbol_index/pmr#F| F]]  [[cpp/symbol_index/pmr#G| G]]  [[cpp/symbol_index/pmr#L| L]]  [[cpp/symbol_index/pmr#M| M]]  [[cpp/symbol_index/pmr#N| N]]  [[cpp/symbol_index/pmr#P| P]]  [[cpp/symbol_index/pmr#S| S]]  [[cpp/symbol_index/pmr#U| U]]  [[cpp/symbol_index/pmr#V| V]]  [[cpp/symbol_index/pmr#W| W]] </tt></blockquote>==  
 
<br/>
 
<br/>
  
Line 27: Line 27:
 
=D=
 
=D=
 
[[cpp/container/deque | {{c|deque<>}}]] {{mark since c++17}} <br/>
 
[[cpp/container/deque | {{c|deque<>}}]] {{mark since c++17}} <br/>
 +
 +
=F=
 +
[[cpp/container/forward_list | {{c|forward_list<>}}]] {{mark since c++17}} <br/>
  
 
=G=
 
=G=

Revision as of 02:10, 23 October 2016



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)

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)