From WikiChip
Difference between revisions of "Template:C++ Standard Library"

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

Latest revision as of 21:08, 26 November 2015