[#BloombergLP-bslstl-SetComparator-operator_call-0b1] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslstl.adoc[bslstl]::xref:BloombergLP/bslstl/SetComparator.adoc[SetComparator]::operator() :relfileprefix: ../../../ :mrdocs: Function call operators == Synopses Declared in `<bslstl_setcomparator.h>` Return whether `lhs` is ordered before the key stored in `rhs`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class LOOKUP_KEY> bool xref:BloombergLP/bslstl/SetComparator/operator_call-04f.adoc[operator()]( LOOKUP_KEY const& lhs, xref:BloombergLP/bslalg/RbTreeNode.adoc[bslalg::RbTreeNode] const& rhs); ---- [.small]#xref:BloombergLP/bslstl/SetComparator/operator_call-04f.adoc[_» more..._]# Return whether `lhs` is ordered before the key stored in `rhs`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class LOOKUP_KEY> bool xref:BloombergLP/bslstl/SetComparator/operator_call-04a.adoc[operator()]( LOOKUP_KEY const& lhs, xref:BloombergLP/bslalg/RbTreeNode.adoc[bslalg::RbTreeNode] const& rhs) const; ---- [.small]#xref:BloombergLP/bslstl/SetComparator/operator_call-04a.adoc[_» more..._]# Return whether the key stored in `lhs` is ordered before `rhs`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class LOOKUP_KEY> bool xref:BloombergLP/bslstl/SetComparator/operator_call-0a.adoc[operator()]( xref:BloombergLP/bslalg/RbTreeNode.adoc[bslalg::RbTreeNode] const& lhs, LOOKUP_KEY const& rhs); ---- [.small]#xref:BloombergLP/bslstl/SetComparator/operator_call-0a.adoc[_» more..._]# Return whether the key stored in `lhs` is ordered before `rhs`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class LOOKUP_KEY> bool xref:BloombergLP/bslstl/SetComparator/operator_call-0bb.adoc[operator()]( xref:BloombergLP/bslalg/RbTreeNode.adoc[bslalg::RbTreeNode] const& lhs, LOOKUP_KEY const& rhs) const; ---- [.small]#xref:BloombergLP/bslstl/SetComparator/operator_call-0bb.adoc[_» more..._]# == Return Value * `true` if `lhs` is ordered before the key in `rhs`, and `false` otherwise * `true` if the key in `lhs` is ordered before `rhs`, and `false` otherwise == Parameters [cols="1,4"] |=== | Name| Description | *lhs* | lookup key to compare | *rhs* | tree node whose key is compared |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#