cpp/numeric/ratio/ratio less equal: 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_equal}} | {{cpp/title | ratio_less_equal}} | ||
{{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_equal : std::integral_constant; | struct ratio_less_equal : std::integral_constant; | ||
}} | }} | ||
− | {{ | + | {{end}} |
{{tr|Wenn das Verhältnis {{tt|R1}} kleiner oder gleich dem Verhältnis {{tt|R2}} stellt die Elementkonstante {{tt|value}} gleich {{c|true}}. Ansonsten ist {{tt|value}} {{c|false}} .|If the ratio {{tt|R1}} is less than or equal to the ratio {{tt|R2}}, provides the member constant {{tt|value}} equal {{c|true}}. Otherwise, {{tt|value}} is {{c|false}}.}} | {{tr|Wenn das Verhältnis {{tt|R1}} kleiner oder gleich dem Verhältnis {{tt|R2}} stellt die Elementkonstante {{tt|value}} gleich {{c|true}}. Ansonsten ist {{tt|value}} {{c|false}} .|If the ratio {{tt|R1}} is less than or equal to the ratio {{tt|R2}}, provides the member constant {{tt|value}} equal {{c|true}}. Otherwise, {{tt|value}} is {{c|false}}.}} |
Aktuelle Version vom 1. Juli 2013, 20:42 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. |