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,16 @@
[support.initlist.general]
# 17 Language support library [[support]](./#support)
## 17.11 Initializer lists [[support.initlist]](support.initlist#general)
### 17.11.1 General [support.initlist.general]
[1](#1)
[#](http://github.com/Eelis/draft/tree/9adde4bc1c62ec234483e63ea3b70a59724c745a/source/support.tex#L4649)
The header <initializer_list> defines a class template and several
support functions related to list-initialization (see [[dcl.init.list]](dcl.init.list "9.5.5List-initialization"))[.](#1.sentence-1)
All functions specified in [[support.initlist]](support.initlist "17.11Initializer lists") are signal-safe ([[support.signal]](support.signal "17.14.5Signal handlers"))[.](#1.sentence-2)