[#BloombergLP-bdlc-operator_gt-04] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlc.adoc[bdlc]::operator> :relfileprefix: ../../ :mrdocs: Return `true` if the specified `lhs` has a value greater than the specified `rhs`, and `false` otherwise. Iterator `lhs` has a value greater than iterator `rhs` if `0 > rhs ‐ lhs` (see `operator‐`). The behavior is undefined unless `lhs` and `rhs` refer to the same array. == Synopsis Declared in `<bdlc_compactedarray.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class TYPE> bool operator>( xref:BloombergLP/bdlc/CompactedArray_ConstIterator.adoc[CompactedArray_ConstIterator<TYPE>] const& lhs, xref:BloombergLP/bdlc/CompactedArray_ConstIterator.adoc[CompactedArray_ConstIterator<TYPE>] const& rhs); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#