IRandomAccessIterator<TValue>.less_than 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.
Determines whether the current iterator is pointing to an element in the container that precedes the element that the given iterator points to.
public:
bool less_than(Microsoft::VisualC::StlClr::Generic::IRandomAccessIterator<TValue> ^ _Right);
public bool less_than (Microsoft.VisualC.StlClr.Generic.IRandomAccessIterator<TValue> _Right);
abstract member less_than : Microsoft.VisualC.StlClr.Generic.IRandomAccessIterator<'Value> -> bool
Public Function less_than (_Right As IRandomAccessIterator(Of TValue)) As Boolean
Parameters
A valid iterator that points to the same container as the current iterator.
Returns
true
if the current iterator is pointing to an element that comes before the element that _Right
is pointing to; otherwise, false
.
Applies to
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.