VideoNormItem::operator< Method

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

A VideoFormatItem with which to compare.

Return value:

true, if the name of this video capture device item comes alphabetically before the string with which to compare. False, if this name is equal to or comes alphabetically after the string with which to compare.

Remarks:

Compares the name of two video norm items. The return value is the result of a lexicographical comparison between the two strings.

See also: VideoNormItem

<< VideoNormItem