operator==,!=,<,<=,>,>=(std::stack)
提供: cppreference.com
![]() |
このページは、Google 翻訳を使って英語版から機械翻訳されました。
翻訳には誤りや奇妙な言い回しがあるかもしれません。文章の上にポインタをおくと、元の文章が見れます。誤りを修正して翻訳を改善する手助けをしてください。翻訳についての説明は、ここをクリックしてください。 |
テンプレートのループを検出しました: テンプレート:include page
template< > bool operator==( stack<>& lhs, |
(1) | |
template< > bool operator!=( stack<>& lhs, |
(2) | |
template< > bool operator<( stack<>& lhs, |
(3) | |
template< > bool operator<=( stack<>& lhs, |
(4) | |
template< > bool operator>( stack<>& lhs, |
(5) | |
template< > bool operator>=( stack<>& lhs, |
(6) | |
Compares the contents of the underlying containers of two container adaptors. The comparison is done by applying the corresponding operator to the underlying containers.
[編集] パラメータ
lhs, rhs | - | container adaptors whose contents to compare |
[編集] 値を返します
true if the corresponding comparison yields true, false otherwise.
[編集] 複雑
容器の大きさに比例
Original:
Linear in the size of the container
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.