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