substitution failure is not an error (Q7632132): Difference between revisions
Jump to navigation
Jump to search
Osteologia (talk | contribs) Added English alias: SFINAE |
Added link to [enwikibooks]: More C++ Idioms/SFINAE Tag: Wikidata user interface |
||
(17 intermediate revisions by 11 users not shown) | |||
label / en | label / en | ||
substitution failure is not an error | |||
label / eo | label / eo | ||
anstataŭiga malsukceso ne estas eraro | |||
label / ko | label / ko | ||
SFINAE | |||
label / zh | label / zh | ||
替换失败并非错误 | |||
label / fr | label / fr | ||
SFINAE | |||
aliases / ja / 0 | aliases / ja / 0 | ||
スフィネェ | |||
description / eo | description / eo | ||
tekniko de programado de la programlingvo C++ | |||
description / de | description / de | ||
Programmiertechnik bei C++ | |||
Property / instance of | |||
Property / instance of: technique / rank | |||
Normal rank | |||
Property / instance of: technique / qualifier | |||
Property / Microsoft Academic ID | |||
Property / Microsoft Academic ID: 16756099 / rank | |||
Normal rank | |||
Property / Freebase ID | |||
Property / Freebase ID: /m/026md69 / rank | |||
Normal rank | |||
Property / uses | |||
Property / uses: template / rank | |||
Normal rank | |||
Property / has use | |||
Property / has use: template metaprogramming / rank | |||
Normal rank | |||
links / kowiki / name | links / kowiki / name | ||
links / zhwiki / name | links / zhwiki / name | ||
links / frwiki / name | links / frwiki / name | ||
links / frwiki / badges / 0 | links / frwiki / badges / 0 | ||
links / enwikibooks / name | links / enwikibooks / name | ||
Latest revision as of 17:38, 10 April 2024
C++ programming technique utilizing the fact that an invalid substitution of template parameters is not in itself an error
- SFINAE
Language | Label | Description | Also known as |
---|---|---|---|
English | substitution failure is not an error |
C++ programming technique utilizing the fact that an invalid substitution of template parameters is not in itself an error |
|
Statements
Identifiers
Sitelinks
Wikipedia(7 entries)
- dewiki Substitution failure is not an error
- enwiki Substitution failure is not an error
- frwiki SFINAE
- jawiki SFINAE
- kowiki SFINAE
- ruwiki SFINAE
- zhwiki 替换失败并非错误
Wikibooks(1 entry)
- enwikibooks More C++ Idioms/SFINAE