From WikiChip
Difference between revisions of "Template:C++ Standard Library"
(Created page with "<div class="noprint" style="float:right; border:1px solid #000066;width:260px;background-color:#F5F5F5;padding:2px;"> {| cellspacing="0" | style="width: 260px; text-align: cen...") |
|||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
− | <div class="noprint" style="float:right; border:1px solid #000066;width:260px;background-color:#F5F5F5;padding: | + | <div class="noprint" style="float:right; border:1px solid #000066;width:260px;background-color:#F5F5F5;padding:10px;"> |
{| cellspacing="0" | {| cellspacing="0" | ||
| style="width: 260px; text-align: center;" | '''[[C++ Standard Library]]''' | | style="width: 260px; text-align: center;" | '''[[C++ Standard Library]]''' | ||
|- | |- | ||
| style="padding-left: 10px;" | | | style="padding-left: 10px;" | | ||
− | * | + | |
− | * | + | * {{cpp|std/algorithm|<algorithm>}} ([[C++98]]) |
− | * | + | * {{cpp|std/array|<array>}} ([[C++11]]) |
− | * | + | * {{cpp|std/atomic|<atomic>}} ([[C++11]]) |
− | * | + | * {{cpp|std/bitset|<bitset>}} ([[C++98]]) |
− | * | + | * {{cpp|std/chrono|<chrono>}} ([[C++11]]) |
− | * | + | * {{cpp|std/codecvt|<codecvt>}} ([[C++11]]) |
− | * | + | * {{cpp|std/complex|<complex>}} ([[C++98]]) |
− | * | + | * {{cpp|std/condition_variable|<condition_variable>}} ([[C++11]]) |
− | * | + | * {{cpp|std/deque|<deque>}} ([[C++98]]) |
− | * | + | * {{cpp|std/exception|<exception>}} ([[C++98]]) |
− | * | + | * {{cpp|std/forward_list|<forward_list>}} ([[C++11]]) |
− | * | + | * {{cpp|std/fstream|<fstream>}} ([[C++98]]) |
− | * | + | * {{cpp|std/functional|<functional>}} ([[C++98]]) |
− | * | + | * {{cpp|std/future|<future>}} ([[C++11]]) |
− | * | + | * {{cpp|std/initializer_list|<initializer_list>}} ([[C++11]]) |
− | * | + | * {{cpp|std/iomanip|<iomanip>}} ([[C++98]]) |
− | * | + | * {{cpp|std/iosfwd|<iosfwd>}} ([[C++98]]) |
− | * | + | * {{cpp|std/ios|<ios>}} ([[C++98]]) |
− | * | + | * {{cpp|std/iostream|<iostream>}} ([[C++98]]) |
− | * | + | * {{cpp|std/istream|<istream>}} ([[C++98]]) |
− | * | + | * {{cpp|std/iterator|<iterator>}} ([[C++98]]) |
− | * | + | * {{cpp|std/limits|<limits>}} ([[C++98]]) |
− | * | + | * {{cpp|std/list|<list>}} ([[C++98]]) |
− | * | + | * {{cpp|std/locale|<locale>}} ([[C++98]]) |
− | * | + | * {{cpp|std/map|<map>}} ([[C++98]]) |
− | * | + | * {{cpp|std/memory|<memory>}} ([[C++98]]) |
− | * | + | * {{cpp|std/mutex|<mutex>}} ([[C++11]]) |
− | * | + | * {{cpp|std/new|<new>}} ([[C++98]]) |
− | * | + | * {{cpp|std/numeric|<numeric>}} ([[C++98]]) |
− | * | + | * {{cpp|std/ostream|<ostream>}} ([[C++98]]) |
− | * | + | * {{cpp|std/queue|<queue>}} ([[C++98]]) |
− | * | + | * {{cpp|std/random|<random>}} ([[C++11]]) |
− | * | + | * {{cpp|std/ratio|<ratio>}} ([[C++11]]) |
− | * | + | * {{cpp|std/regex|<regex>}} ([[C++11]]) |
− | * | + | * {{cpp|std/scoped_allocator|<scoped_allocator>}} ([[C++11]]) |
− | * | + | * {{cpp|std/set|<set>}} ([[C++98]]) |
− | * | + | * {{cpp|std/sstream|<sstream>}} ([[C++98]]) |
− | * | + | * {{cpp|std/stack|<stack>}} ([[C++98]]) |
− | * | + | * {{cpp|std/stdexcept|<stdexcept>}} ([[C++98]]) |
− | * | + | * {{cpp|std/streambuf|<streambuf>}} ([[C++98]]) |
− | * <strike> | + | * {{cpp|std/string|<string>}} ([[C++98]]) |
− | * | + | * <strike>{{cpp|std/strstream|<strstream>}} ([[C++98]])</strike> |
− | * | + | * {{cpp|std/system_error|<system_error>}} ([[C++11]]) |
− | * | + | * {{cpp|std/thread|<thread>}} ([[C++11]]) |
− | * | + | * {{cpp|std/tuple|<tuple>}} ([[C++11]]) |
− | * | + | * {{cpp|std/typeindex|<typeindex>}} ([[C++11]]) |
− | * | + | * {{cpp|std/typeinfo|<typeinfo>}} ([[C++98]]) |
− | * | + | * {{cpp|std/type_traits|<type_traits>}} ([[C++11]]) |
− | * | + | * {{cpp|std/unordered_map|<unordered_map>}} ([[C++11]]) |
− | * | + | * {{cpp|std/unordered_set|<unordered_set>}} ([[C++11]]) |
− | * | + | * {{cpp|std/utility|<utility>}} ([[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;}} | ||
</div> | </div> | ||
<noinclude> | <noinclude> |