Function call operators
Declared in <bdlb_variant.h>
Treat an unset variant as equal to an unset peer.
void
operator()(bslmf::Nil) const;
» more...
Compare the supplied value with the peer buffer and store the result in d_result.
template<class TYPE>
void
operator()(TYPE const& value) const;
» more...