「More C++ Idioms/名前付きコンストラクタ(Named Constructor)」の版間の差分

削除された内容 追加された内容
編集の要約なし
M編集の要約なし
1 行
=<center>Named Constructor</center>=
=== Intent ===
* To have a readable and intuitive way of creating objects of a class
* To impose certain constraints while creating objects of a class