Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
オブジェクト指向の手法を使わずに、テンプレート メタ プログラミングを使用して、適切なコード構造を実現できると誰かが信じています。では、実行時の効率を損なうことなく、C をより強力にするために、C にテンプレートのサポートを追加することはできますか?
それはすでに起こった。_GenericC11で新しくなった型ジェネリック一次式の特徴は基本的にそれです。
_Generic