Revisit CPP, what is the relationship between list initialization and direct initialization?

Is

list initialization direct initialization? Or there is no relationship between the two

CPP
Jun.09,2021

syntax is two different things. After all, parentheses are different from curly braces. But list initialization is sometimes equivalent to direct initialization (non-aggregate type) and sometimes to direct assignment of members (aggregate type).

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b37582-2adcd.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b37582-2adcd.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?