言語

ITree<TKey,TValue>.rend メソッド

定義

反転被制御シーケンスの末尾を指定します。

public:
 void ^ rend(Microsoft::VisualC::StlClr::Generic::ReverseBidirectionalIterator<TValue> ^ % unnamedParam1);
public void rend(ref Microsoft.VisualC.StlClr.Generic.ReverseBidirectionalIterator<TValue> unnamedParam1);
abstract member rend : ReverseBidirectionalIterator -> unit
Public Function rend (ByRef unnamedParam1 As ReverseBidirectionalIterator(Of TValue)) As Void

パラメーター

unnamedParam1
ReverseBidirectionalIterator<TValue>

被制御シーケンスの先頭のすぐ後を指す逆反復子。 したがって、逆シーケンスの end を指定します。 これを使用して、被制御シーケンスの current 末尾を逆の順序で指定する反復子を取得します。 制御シーケンスの長さが変わると、状態が変わる可能性があります。

注釈

詳細については、「 hash_map::rend (STL/CLR)hash_multimap::rend (STL/CLR)hash_set::rend (STL/CLR)および hash_multiset::rend (STL/CLR)」を参照してください。

適用対象