「More C++ Idioms/整数から型(Int-To-Type)」の版間の差分

削除された内容 追加された内容
→‎Intent: if I was wrong please add an explanation to the term
2 行
=== Intent ===
* To treat an integral constant as a type at compile-time.
* To achieve static dispatchingcall dispatch based on constant integral values.
 
=== Also Known As ===