From WikiChip
Editing Template:C++ Standard Library

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.

This page is not enabled for semantic in-text annotations due to namespace restrictions. Details about how to enable the namespace can be found on the configuration help page.

Latest revision Your text
Line 4: Line 4:
 
|-
 
|-
 
| style="padding-left: 10px;" |
 
| style="padding-left: 10px;" |
 
+
* <[[algorithm Header - C++|algorithm]]> ([[C++98]])
* {{cpp|std/algorithm|<algorithm>}} ([[C++98]])
+
* <[[array Header - C++|array]]> ([[C++11]])
* {{cpp|std/array|<array>}} ([[C++11]])
+
* <[[atomic Header - C++|atomic]]> ([[C++11]])
* {{cpp|std/atomic|<atomic>}} ([[C++11]])
+
* <[[bitset Header - C++|bitset]]> ([[C++98]])
* {{cpp|std/bitset|<bitset>}} ([[C++98]])
+
* <[[chrono Header - C++|chrono]]> ([[C++11]])
* {{cpp|std/chrono|<chrono>}} ([[C++11]])
+
* <[[codecvt Header - C++|codecvt]]> ([[C++11]])
* {{cpp|std/codecvt|<codecvt>}} ([[C++11]])
+
* <[[complex Header - C++|complex]]> ([[C++98]])
* {{cpp|std/complex|<complex>}} ([[C++98]])
+
* <[[condition_variable Header - C++|condition_variable]]> ([[C++11]])
* {{cpp|std/condition_variable|<condition_variable>}} ([[C++11]])
+
* <[[deque Header - C++|deque]]> ([[C++98]])
* {{cpp|std/deque|<deque>}} ([[C++98]])
+
* <[[exception Header - C++|exception]]> ([[C++98]])
* {{cpp|std/exception|<exception>}} ([[C++98]])
+
* <[[forward_list Header - C++|forward_list]]> ([[C++11]])
* {{cpp|std/forward_list|<forward_list>}} ([[C++11]])
+
* <[[fstream Header - C++|fstream]]> ([[C++98]])
* {{cpp|std/fstream|<fstream>}} ([[C++98]])
+
* <[[functional Header - C++|functional]]> ([[C++98]])
* {{cpp|std/functional|<functional>}} ([[C++98]])
+
* <[[future Header - C++|future]]> ([[C++11]])
* {{cpp|std/future|<future>}} ([[C++11]])
+
* <[[initializer_list Header - C++|initializer_list]]> ([[C++11]])
* {{cpp|std/initializer_list|<initializer_list>}} ([[C++11]])
+
* <[[iomanip Header - C++|iomanip]]> ([[C++98]])
* {{cpp|std/iomanip|<iomanip>}} ([[C++98]])
+
* <[[iosfwd Header - C++|iosfwd]]> ([[C++98]])
* {{cpp|std/iosfwd|<iosfwd>}} ([[C++98]])
+
* <[[ios Header - C++|ios]]> ([[C++98]])
* {{cpp|std/ios|<ios>}} ([[C++98]])
+
* <[[iostream Header - C++|iostream]]> ([[C++98]])
* {{cpp|std/iostream|<iostream>}} ([[C++98]])
+
* <[[istream Header - C++|istream]]> ([[C++98]])
* {{cpp|std/istream|<istream>}} ([[C++98]])
+
* <[[iterator Header - C++|iterator]]> ([[C++98]])
* {{cpp|std/iterator|<iterator>}} ([[C++98]])
+
* <[[limits Header - C++|limits]]> ([[C++98]])
* {{cpp|std/limits|<limits>}} ([[C++98]])
+
* <[[list Header - C++|list]]> ([[C++98]])
* {{cpp|std/list|<list>}} ([[C++98]])
+
* <[[locale Header - C++|locale]]> ([[C++98]])
* {{cpp|std/locale|<locale>}} ([[C++98]])
+
* <[[map Header - C++|map]]> ([[C++98]])
* {{cpp|std/map|<map>}} ([[C++98]])
+
* <[[memory Header - C++|memory]]> ([[C++98]])
* {{cpp|std/memory|<memory>}} ([[C++98]])
+
* <[[mutex Header - C++|mutex]]> ([[C++11]])
* {{cpp|std/mutex|<mutex>}} ([[C++11]])
+
* <[[new Header - C++|new]]> ([[C++98]])
* {{cpp|std/new|<new>}} ([[C++98]])
+
* <[[numeric Header - C++|numeric]]> ([[C++98]])
* {{cpp|std/numeric|<numeric>}} ([[C++98]])
+
* <[[ostream Header - C++|ostream]]> ([[C++98]])
* {{cpp|std/ostream|<ostream>}} ([[C++98]])
+
* <[[queue Header - C++|queue]]> ([[C++98]])
* {{cpp|std/queue|<queue>}} ([[C++98]])
+
* <[[random Header - C++|random]]> ([[C++11]])
* {{cpp|std/random|<random>}} ([[C++11]])
+
* <[[ratio Header - C++|ratio]]> ([[C++11]])
* {{cpp|std/ratio|<ratio>}} ([[C++11]])
+
* <[[regex Header - C++|regex]]> ([[C++11]])
* {{cpp|std/regex|<regex>}} ([[C++11]])
+
* <[[scoped_allocator Header - C++|scoped_allocator]]> ([[C++11]])
* {{cpp|std/scoped_allocator|<scoped_allocator>}} ([[C++11]])
+
* <[[set Header - C++|set]]> ([[C++98]])
* {{cpp|std/set|<set>}} ([[C++98]])
+
* <[[sstream Header - C++|sstream]]> ([[C++98]])
* {{cpp|std/sstream|<sstream>}} ([[C++98]])
+
* <[[stack Header - C++|stack]]> ([[C++98]])
* {{cpp|std/stack|<stack>}} ([[C++98]])
+
* <[[stdexcept Header - C++|stdexcept]]> ([[C++98]])
* {{cpp|std/stdexcept|<stdexcept>}} ([[C++98]])
+
* <[[streambuf Header - C++|streambuf]]> ([[C++98]])
* {{cpp|std/streambuf|<streambuf>}} ([[C++98]])
+
* <[[string Header - C++|string]]> ([[C++98]])
* {{cpp|std/string|<string>}} ([[C++98]])
+
* <strike><[[strstream Header - C++|strstream]]> ([[C++98]])</strike>
* <strike>{{cpp|std/strstream|<strstream>}} ([[C++98]])</strike>
+
* <[[system_error Header - C++|system_error]]> ([[C++11]])
* {{cpp|std/system_error|<system_error>}} ([[C++11]])
+
* <[[thread Header - C++|thread]]> ([[C++11]])
* {{cpp|std/thread|<thread>}} ([[C++11]])
+
* <[[tuple Header - C++|tuple]]> ([[C++11]])
* {{cpp|std/tuple|<tuple>}} ([[C++11]])
+
* <[[typeindex Header - C++|typeindex]]> ([[C++11]])
* {{cpp|std/typeindex|<typeindex>}} ([[C++11]])
+
* <[[typeinfo Header - C++|typeinfo]]> ([[C++98]])
* {{cpp|std/typeinfo|<typeinfo>}} ([[C++98]])
+
* <[[type_traits Header - C++|type_traits]]> ([[C++11]])
* {{cpp|std/type_traits|<type_traits>}} ([[C++11]])
+
* <[[unordered_map Header - C++|unordered_map]]> ([[C++11]])
* {{cpp|std/unordered_map|<unordered_map>}} ([[C++11]])
+
* <[[unordered_set Header - C++|unordered_set]]> ([[C++11]])
* {{cpp|std/unordered_set|<unordered_set>}} ([[C++11]])
+
* <[[utility Header - C++|utility]]> ([[C++98]])
* {{cpp|std/utility|<utility>}} ([[C++98]])
+
* <[[valarray Header - C++|valarray]]> ([[C++98]])
* {{cpp|std/valarray|<valarray>}} ([[C++98]])
+
* <[[vector Header - C++|vector]]> ([[C++98]])
* {{cpp|std/vector|<vector>}} ([[C++98]])
 
 
|}
 
|}
 
{{Navbar|Template:C++ Standard Library|text=|mini=1|style=float:right;}}
 
{{Navbar|Template:C++ Standard Library|text=|mini=1|style=float:right;}}

Please note that all contributions to WikiChip may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see WikiChip:Copyrights for details). Do not submit copyrighted work without permission!

Cancel | Editing help (opens in new window)