IDeque<TValue>.end(ContainerRandomAccessIterator<TValue>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Designates the end of the controlled sequence.
public:
void ^ end(Microsoft::VisualC::StlClr::Generic::ContainerRandomAccessIterator<TValue> ^ % unnamedParam1);
public void end (ref Microsoft.VisualC.StlClr.Generic.ContainerRandomAccessIterator<TValue> unnamedParam1);
abstract member end : ContainerRandomAccessIterator -> unit
Public Function end (ByRef unnamedParam1 As ContainerRandomAccessIterator(Of TValue)) As Void
Parameters
- unnamedParam1
- ContainerRandomAccessIterator<TValue>
A random-access iterator that points to the location immediately beyond the end of the controlled sequence. You use it to obtain an iterator that designates the current
end of the controlled sequence, but its status can change if the length of the controlled sequence changes.
Remarks
For more information, see deque::end (STL/CLR).
Applies to
Vertu í samstarfi við okkur á GitHub
Heimildina fyrir þetta efni er að finna á GitHub, þar sem þú getur líka búið til og farið yfir vandamál og sameinað beiðnir. Frekari upplýsingar er að finna í framlagshandbók okkar.