Function call operators
Declared in <bdlb_variant.h>
No-op overload for the bslmf::Nil alternative type.
void
operator()(bslmf::Nil unused) const;
» more...
Write the specified value to the stream supplied at construction, using the spacing information also supplied at construction.
template<class TYPE>
void
operator()(TYPE const& value) const;
» more...
| Name | Description |
|---|---|
| unused | unused bslmf::Nil placeholder |
| value | value assigned to or stored in this variant |