VideoFormatItem::operator< Method

Compares the names of two video format items.
Syntax:
bool operator<( const VideoFormatItem& op ) const;
Parameter Description
op

A VideoFormatItem with which to compare.

Return value:

true, if the name of this video format item comes alphabetically before the name of the video format with which to compare. false, if the name of this video format is identical to or comes alphabetically after the name of the video format with which to compare.

Remarks:

Compares the names of two video format items. The return value is the result of a lexicographical comparison between the two strings. The name is a string that describes this video format.

See also: VideoFormatItem

<< VideoFormatItem