Component-private visitor for variant >= comparison.
Declared in <bslstl_variant.h>
template<class t_VARIANT>
struct Variant_GreaterOrEqualVisitor;
| Name | Description |
|---|---|
Variant_GreaterOrEqualVisitor [constructor] | Create a visitor that compares variant alternatives with >=. |
operator() | Compare the visited alternative with the specified value. |