Compare the visited alternative with the specified value.
Declared in <bslstl_variant.h>
template<
size_t t_INDEX,
class t_TYPE>
bool
operator()(
bsl::in_place_index_t<t_INDEX> indexTag,
t_TYPE const& value) const;
true if the left alternative is less than value
| Name | Description |
|---|---|
| indexTag | tag encoding the index of the alternative being visited |
| value | right-hand side alternative value to compare |