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

From blackwiki
Jump to navigation Jump to search
(Fix redirect links)
imported>Quintus V.
(restrict section "Containers")
 
(2 intermediate revisions by the same user not shown)
Line 7: Line 7:
 
* [[Input/output (C++)|Input/output]]
 
* [[Input/output (C++)|Input/output]]
 
* [[String (C++)|Strings]]
 
* [[String (C++)|Strings]]
 +
* <code>[[Algorithm (C++)|algorithm]]</code>
 +
* <code>[[Functional (C++)|functional]]</code>
  
| heading2= [[Standard Template Library]]
+
| heading2= [[Containers]]
 
| content2=  
 
| content2=  
* <code>[[Algorithm (C++)|algorithm]]</code>
 
* <code>[[Functional (C++)|functional]]</code>
 
 
* [[Sequence container (C++)|Sequence containers]]
 
* [[Sequence container (C++)|Sequence containers]]
 
* [[Associative containers|Associative containers]]
 
* [[Associative containers|Associative containers]]
Line 29: Line 29:
 
* [[C signal handling|Signals]]
 
* [[C signal handling|Signals]]
 
* [[C alternative tokens|Alternative tokens]]
 
* [[C alternative tokens|Alternative tokens]]
: '''Miscellaneous headers''':
+
* Miscellaneous headers:
* <code><[[assert.h|assert.h]]></code>
+
** <code><[[assert.h|assert.h]]></code>
* <code><[[errno.h|errno.h]]></code>
+
** <code><[[errno.h|errno.h]]></code>
* <code><[[setjmp.h|setjmp.h]]></code>
+
** <code><[[setjmp.h|setjmp.h]]></code>
* <code><[[stdarg.h|stdarg.h]]></code>
+
** <code><[[stdarg.h|stdarg.h]]></code>
 
}}<noinclude>
 
}}<noinclude>
 
[[Category:Software development templates]]
 
[[Category:Software development templates]]
 
[[Category:Programming language templates]]
 
[[Category:Programming language templates]]
 
</noinclude>
 
</noinclude>

Latest revision as of 14:20, 12 February 2020