List Question
20 TechQA 2024-02-04T08:31:43.920000Non-uniform byte initialization
144 views
Asked by Paul Jurczak
How can you tell whether list-initialization calls a std::initializer_list constructor?
118 views
Asked by Thierry Lelegard
C++17/20 - array-like initialization for fixed size container class
139 views
Asked by cyborg1811m
Can you use a braced-init-list as a (default) template argument?
707 views
Asked by 比尔盖子
expression int *a = {}, why a is NULL
210 views
Asked by tangcheng
Is char s[] = {"ABC"}; legal?
220 views
Asked by GongNanyue
List-initialization of vector of pairs
160 views
Asked by cpp
c++ vector = {vec1.begin, vec1.begin} returns empty vector
142 views
Asked by jkang
C++: Rules for this return {} initialization
114 views
Asked by cbhattac
std::find in vector with structures
50 views
Asked by user43283
Vector Initialisation - C++ -- getting error while initialising using list
65 views
Asked by Jatin Bawne
gcc no error with extra comma in array initializer
105 views
Asked by user129393192
Aggregate initialization with nested map doesn't work expectedly
75 views
Asked by ניר
Why does initialization of vector of class with implicit string constructor from string literal fail?
111 views
Asked by darmual
how to understand list initialization in C++ when use it to construct class object?
70 views
Asked by csbo
from '<brace-enclosed initializer list>' to X: understanding list initialization in constructors
135 views
Asked by glades
GCC fails to select the expected overloaded operator=() when using an empty initializer list
155 views
Asked by guard3
Pass initializer list to function for initialization of std::array
477 views
Asked by drjrm3
Why does list-Initialized object using default constructor compile in gcc9 but not in gcc5.1?
78 views
Asked by mathworker