explicit specialization 中文意思是什麼

explicit specialization 解釋
顯式特化
  • explicit : adj. 1. 明白的,明確的 (opp. implicit). 2. 直爽的,不隱諱的。3. 顯然可見的。4. (租金等)須直接付款的。adv. -ly ,-ness n.
  • specialization : 定做
  1. Explicit specialization is not allowed as a copy constructor and copy assignment operator

    不允許將顯式專用化作為復制構造函數和復制賦值運算符。
  2. An explicit specialization shall be declared in the namespace of which the template is a member, or, for member templates, in the namespace of which the enclosing class or enclosing class template is a member

    一個顯式的特化應該聲明在它所在的名域中,對于成員模板來說,應該在聲明於它所嵌的類所在的名域中。
  3. C does not support explicit specialization ; that is, a custom implementation of a template for a specific type

    C #不支持顯式專用化,即特定類型的模板的自定義實現。
分享友人