名前空間
変種
操作

std::char_traits<CharT>::compare

提供: cppreference.com
< cpp‎ | string‎ | char traits
2012年11月2日 (金) 16:42時点におけるP12bot (トーク | 投稿記録)による版

int compare( const CharT* lhs, const CharT* rhs, std::size_t count );
文字列の最初のcountの文字を比較lhsrhs。比較は辞書順で行われ.
Original:
Compares the first count characters of the character strings lhs and rhs. The comparison is done lexicographically.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

目次