ログインすると広告が減り、学習に集中できます。
広告
検索結果- 英語 - 多言語
検索内容:
template strands
名詞
活用形
複数形
plural of template strand
原形:
template strand
日本語の意味
「template strand」の複数形。
英語の意味
plural of template strand
template method patterns
template method pattern
名詞
(software, object-oriented programming) A behavioural software design pattern that defines the flow of the algorithm with the template method.
日本語の意味
テンプレートメソッドパターンとは、オブジェクト指向プログラミングにおける振る舞いに関するデザインパターンの一つで、アルゴリズム全体の流れをテンプレートメソッドとして定義し、その中の一部の処理をサブクラスでオーバーライドして具体的な処理を実装できるようにする方法です。
英語の意味
(software, object-oriented programming) A behavioural software design pattern that defines the flow of the algorithm with the template method.
関連語
curiously recurring template patterns
curiously recurring template pattern
名詞
(programming) An idiom in which a class X derives from a class template instantiation using X itself as template argument.
日本語の意味
(プログラミング)あるクラスが、自身の型をテンプレート引数として利用したクラス(テンプレートのインスタンス)から継承する手法、すなわち自己参照的テンプレート継承パターン(Curiously Recurring Template Pattern、CRTP)を指す。
英語の意味
(programming) An idiom in which a class X derives from a class template instantiation using X itself as template argument.
関連語