📄 all_cpp_functions.html
字号:
"cppqueue/push.html">push</a> (C++ Queues)</td> <td class="category-table-td">adds an element to the end of the container</td> </tr> <tr class="category-table-tr-1"> <td class="category-table-td"><a href= "cpppriority_queue/push.html">push</a> (C++ Priority Queues)</td> <td class="category-table-td">adds an element to the end of the container</td> </tr> <tr class="category-table-tr-2"> <td class="category-table-td"><a href= "cppvector/push_back.html">push_back</a> (C++ Vectors)</td> <td class="category-table-td">add an element to the end of the container</td> </tr> <tr class="category-table-tr-1"> <td class="category-table-td"><a href= "cppdeque/push_back.html">push_back</a> (C++ Double-ended Queues)</td> <td class="category-table-td">add an element to the end of the container</td> </tr> <tr class="category-table-tr-2"> <td class="category-table-td"><a href= "cpplist/push_back.html">push_back</a> (C++ Lists)</td> <td class="category-table-td">add an element to the end of the container</td> </tr> <tr class="category-table-tr-1"> <td class="category-table-td"><a href= "cppstring/push_back.html">push_back</a> (C++ Strings)</td> <td class="category-table-td">add an element to the end of the container</td> </tr> <tr class="category-table-tr-2"> <td class="category-table-td"><a href= "cppdeque/push_front.html">push_front</a> (C++ Double-ended Queues)</td> <td class="category-table-td">add an element to the front of the container</td> </tr> <tr class="category-table-tr-1"> <td class="category-table-td"><a href= "cpplist/push_front.html">push_front</a> (C++ Lists)</td> <td class="category-table-td">add an element to the front of the container</td> </tr> <tr class="category-table-tr-2"> <td class="category-table-td"><a href= "cppalgorithm/push_heap.html">push_heap</a> (C++ Algorithms)</td> <td class="category-table-td">add an element to a heap</td> </tr> <tr class="category-table-tr-1"> <td class="category-table-td"><a href="cppio/put.html">put</a> (C++ I/O)</td> <td class="category-table-td">write characters</td> </tr> <tr class="category-table-tr-2"> <td class="category-table-td"><a href= "cppio/putback.html">putback</a> (C++ I/O)</td> <td class="category-table-td">return characters to a stream</td> </tr> <tr class="category-table-tr-1"> <td class="category-table-td"><a href= "cppalgorithm/random_sample.html">random_sample</a> (C++ Algorithms)</td> <td class="category-table-td">randomly copy elements from one range to another</td> </tr> <tr class="category-table-tr-2"> <td class="category-table-td"><a href= "cppalgorithm/random_sample_n.html">random_sample_n</a> (C++ Algorithms)</td> <td class="category-table-td">sample N random elements from a range</td> </tr> <tr class="category-table-tr-1"> <td class="category-table-td"><a href= "cppalgorithm/random_shuffle.html">random_shuffle</a> (C++ Algorithms)</td> <td class="category-table-td">randomly re-order elements in some range</td> </tr> <tr class="category-table-tr-2"> <td class="category-table-td"><a href= "cppvector/rbegin.html">rbegin</a> (C++ Vectors)</td> <td class="category-table-td">returns a <a href= "iterators.html">reverse_iterator</a> to the end of the container</td> </tr> <tr class="category-table-tr-1"> <td class="category-table-td"><a href= "cppstring/rbegin.html">rbegin</a> (C++ Strings)</td> <td class="category-table-td">returns a <a href= "iterators.html">reverse_iterator</a> to the end of the container</td> </tr> <tr class="category-table-tr-2"> <td class="category-table-td"><a href= "cppdeque/rbegin.html">rbegin</a> (C++ Double-ended Queues)</td> <td class="category-table-td">returns a <a href= "iterators.html">reverse_iterator</a> to the end of the container</td> </tr> <tr class="category-table-tr-1"> <td class="category-table-td"><a href= "cpplist/rbegin.html">rbegin</a> (C++ Lists)</td> <td class="category-table-td">returns a <a href= "iterators.html">reverse_iterator</a> to the end of the container</td> </tr> <tr class="category-table-tr-2"> <td class="category-table-td"><a href= "cppset/rbegin.html">rbegin</a> (C++ Sets)</td> <td class="category-table-td">returns a <a href= "iterators.html">reverse_iterator</a> to the end of the container</td> </tr> <tr class="category-table-tr-1"> <td class="category-table-td"><a href= "cppmultiset/rbegin.html">rbegin</a> (C++ Multisets)</td> <td class="category-table-td">returns a <a href= "iterators.html">reverse_iterator</a> to the end of the container</td> </tr> <tr class="category-table-tr-2"> <td class="category-table-td"><a href= "cppmap/rbegin.html">rbegin</a> (C++ Maps)</td> <td class="category-table-td">returns a <a href= "iterators.html">reverse_iterator</a> to the end of the container</td> </tr> <tr class="category-table-tr-1"> <td class="category-table-td"><a href= "cppmultimap/rbegin.html">rbegin</a> (C++ Multimaps)</td> <td class="category-table-td">returns a <a href= "iterators.html">reverse_iterator</a> to the end of the container</td> </tr> <tr class="category-table-tr-2"> <td class="category-table-td"><a href= "cppio/rdstate.html">rdstate</a> (C++ I/O)</td> <td class="category-table-td">returns the state flags of the stream</td> </tr> <tr class="category-table-tr-1"> <td class="category-table-td"><a href="cppio/read.html">read</a> (C++ I/O)</td> <td class="category-table-td">read data into a buffer</td> </tr> <tr class="category-table-tr-2"> <td class="category-table-td"><a href= "cpplist/remove.html">remove</a> (C++ Lists)</td> <td class="category-table-td">removes elements from a list</td> </tr> <tr class="category-table-tr-1"> <td class="category-table-td"><a href= "cppalgorithm/remove.html">remove</a> (C++ Algorithms)</td> <td class="category-table-td">remove elements equal to certain value</td> </tr> <tr class="category-table-tr-2"> <td class="category-table-td"><a href= "cppalgorithm/remove_copy.html">remove_copy</a> (C++ Algorithms)</td> <td class="category-table-td">copy a range of elements omitting those that match a certian value</td> </tr> <tr class="category-table-tr-1"> <td class="category-table-td"><a href= "cppalgorithm/remove_copy_if.html">remove_copy_if</a> (C++ Algorithms)</td> <td class="category-table-td">create a copy of a range of elements, omitting any for which a predicate is true</td> </tr> <tr class="category-table-tr-2"> <td class="category-table-td"><a href= "cpplist/remove_if.html">remove_if</a> (C++ Lists)</td> <td class="category-table-td">removes elements conditionally</td> </tr> <tr class="category-table-tr-1"> <td class="category-table-td"><a href= "cppalgorithm/remove_if.html">remove_if</a> (C++ Algorithms)</td> <td class="category-table-td">remove all elements for which a predicate is true</td> </tr> <tr class="category-table-tr-2"> <td class="category-table-td"><a href= "cppvector/rend.html">rend</a> (C++ Vectors)</td> <td class="category-table-td">returns a <a href= "iterators.html">reverse_iterator</a> to the beginning of the container</td> </tr> <tr class="category-table-tr-1"> <td class="category-table-td"><a href= "cppstring/rend.html">rend</a> (C++ Strings)</td> <td class="category-table-td">returns a <a href= "iterators.html">reverse_iterator</a> to the beginning of the container</td> </tr> <tr class="category-table-tr-2"> <td class="category-table-td"><a href= "cppdeque/rend.html">rend</a> (C++ Double-ended Queues)</td> <td class="category-table-td">returns a <a href= "iterators.html">reverse_iterator</a> to the beginning of the container</td> </tr> <tr class="category-table-tr-1"> <td class="category-table-td"><a href= "cpplist/rend.html">rend</a> (C++ Lists)</td> <td class="category-table-td">returns a <a href= "iterators.html">reverse_iterator</a> to the beginning of the container</td> </tr> <tr class="category-table-tr-2"> <td class="category-table-td"><a href="cppset/rend.html">rend</a> (C++ Sets)</td> <td class="category-table-td">returns a <a href= "iterators.html">reverse_iterator</a> to the beginning of the container</td> </tr> <tr class="category-table-tr-1"> <td class="category-table-td"><a href= "cppmultiset/rend.html">rend</a> (C++ Multisets)</td> <td class="category-table-td">returns a <a href= "iterators.html">reverse_iterator</a> to the beginning of the container</td> </tr> <tr class="category-table-tr-2"> <td class="category-table-td"><a href="cppmap/rend.html">rend</a> (C++ Maps)</td> <td class="category-table-td">returns a <a href= "iterators.html">reverse_iterator</a> to the beginning of the container</td> </tr> <tr class="category-table-tr-1"> <td class="category-table-td"><a href= "cppmultimap/rend.html">rend</a> (C++ Multimaps)</td> <td class="category-table-td">returns a <a href= "iterators.html">reverse_iterator</a> to the beginning of the container</td> </tr> <tr class="category-table-tr-2"> <td class="category-table-td"><a href= "cppstring/replace.html">replace</a> (C++ Strings)</td> <td class="category-table-td">replace characters in the string</td> </tr> <tr class="category-table-tr-1"> <td class="category-table-td"><a href= "cppalgorithm/replace.html">replace</a> (C++ Algorithms)</td> <td class="category-table-td">replace every occurrence of some value in a range with another value</td> </tr> <tr class="category-table-tr-2"> <td class="category-table-td"><a href= "cppalgorithm/replace_copy.html">replace_copy</a> (C++ Algorithms)</td> <td class="category-table-td">copy a range, replacing certain elements with new ones</td> </tr> <tr class="category-table-tr-1"> <td class="category-table-td"><a href= "cppalgorithm/replace_copy_if.html">replace_copy_if</a> (C++ Algorithms)</td> <td class="category-table-td">copy a range of elements, replacing those for which a predicate is true</td> </tr> <tr class="category-table-tr-2"> <td class="category-table-td"><a href= "cppalgorithm/replace_if.html">replace_if</a> (C++ Algorithms)</td> <td class="category-table-td">change the values of elements for which a predicate is true</td> </tr> <tr class="category-table-tr-1"> <td class="category-table-td"><a href= "cppvector/reserve.html">reserve</a> (C++ Vectors)</td> <td class="category-table-td">sets the minimum capacity of the container</td> </tr> <tr class="category-table-tr-2"> <td class="category-table-td"><a href= "cppstring/reserve.html">reserve</a> (C++ Strings)</td> <td class="category-table-td">sets the minimum capacity of the container</td> </tr> <tr class="category-table-tr-1"> <td class="category-table-td"><a href= "cppbitset/reset.html">reset</a> (C++ Bitsets)</td> <td class="category-table-td">sets bits to zero</td> </tr> <tr class="category-table-tr-2"> <td class="category-table-td"><a href= "cppvector/resize.html">resize</a> (C++ Vectors)</td> <td class="category-table-td">change the size of the container</td> </tr> <tr class="category-table-tr-1"> <td class="category-table-td"><a href= "cppdeque/resize.html">resize</a> (C++ Double-ended Queues)</td> <td class="category-table-td">change the size of the container</td> </tr> <tr class="category-table-tr-2"> <td class="category-table-td"><a href= "cpplist/resize.html">resize</a> (C++ Lists)</td> <td class="category-table-td">change the size of the container</td> </tr> <tr class="category-table-tr-1"> <td class="category-table-td"><a href= "cppstring/resize.html">resize</a> (C++ Strings)</td> <td class="category-table-td">change the size of the container</td> </tr> <tr c
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -