Files
cppdraft_translate/cppdraft/using/overview.md
2025-10-25 03:02:53 +03:00

21 lines
797 B
Markdown
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

[using.overview]
# 16 Library introduction [[library]](./#library)
## 16.4 Library-wide requirements [[requirements]](requirements#using.overview)
### 16.4.3 Using the library [[using]](using#overview)
#### 16.4.3.1 Overview [using.overview]
[1](#1)
[#](http://github.com/Eelis/draft/tree/9adde4bc1c62ec234483e63ea3b70a59724c745a/source/lib-intro.tex#L1678)
Subclause [[using]](using "16.4.3Using the library") describes how a C++ program gains access to the facilities of the
C++ standard library[.](#1.sentence-1)
[[using.headers]](using.headers "16.4.3.2Headers") describes effects during translation
phase 4, while [[using.linkage]](using.linkage "16.4.3.3Linkage") describes effects during [phase
8](lex.phases "5.2Phases of translation[lex.phases]")[.](#1.sentence-2)