This commit is contained in:
2025-10-25 03:02:53 +03:00
commit 043225d523
3416 changed files with 681196 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
[support.initlist.cons]
# 17 Language support library [[support]](./#support)
## 17.11 Initializer lists [[support.initlist]](support.initlist#cons)
### 17.11.3 Initializer list constructors [support.initlist.cons]
[🔗](#lib:initializer_list,constructor)
`constexpr initializer_list() noexcept;
`
[1](#1)
[#](http://github.com/Eelis/draft/tree/9adde4bc1c62ec234483e63ea3b70a59724c745a/source/support.tex#L4709)
*Postconditions*: size() == 0[.](#1.sentence-1)