cpp/numeric/ratio/ratio less: Unterschied zwischen den Versionen
Aus cppreference.com
P12bot (Diskussion | Beiträge) K (r2.7.3) (Bot: Ergänze: en, es, fr, it, ja, pt, ru, zh) |
P12bot (Diskussion | Beiträge) K (Use {{lc}}. Update links. Various fixes.) |
||
Zeile 2: | Zeile 2: | ||
{{cpp/title | ratio_less}} | {{cpp/title | ratio_less}} | ||
{{cpp/numeric/ratio/navbar}} | {{cpp/numeric/ratio/navbar}} | ||
− | {{ | + | {{begin}} |
− | {{ | + | {{header | ratio}} |
− | {{ | + | {{| 1= |
template< class R1, class R2 > | template< class R1, class R2 > | ||
struct ratio_less : std::integral_constant; | struct ratio_less : std::integral_constant; | ||
}} | }} | ||
− | {{ | + | {{end}} |
{{tr|Wenn das Verhältnis R1 kleiner ist als das Verhältnis R2 stellt die Elementkonstante {{tt|value}} gleich {{c|true}}. Ansonsten ist {{tt|value}} {{c|false}} .|If the ratio R1 is less than the ratio R2, provides the member constant {{tt|value}} equal {{c|true}}. Otherwise, {{tt|value}} is {{c|false}}.}} | {{tr|Wenn das Verhältnis R1 kleiner ist als das Verhältnis R2 stellt die Elementkonstante {{tt|value}} gleich {{c|true}}. Ansonsten ist {{tt|value}} {{c|false}} .|If the ratio R1 is less than the ratio R2, provides the member constant {{tt|value}} equal {{c|true}}. Otherwise, {{tt|value}} is {{c|false}}.}} |
Aktuelle Version vom 1. Juli 2013, 20:41 Uhr
![]() |
This page has been machine-translated from the English version of the wiki using Google Translate.
The translation may contain errors and awkward wording. Hover over text to see the original version. You can help to fix errors and improve the translation. For instructions click here. |