Move‐assign a TYPE value into the buffer supplied at construction.

Synopsis

Declared in <bdlb_variant.h>

template<class TYPE>
void
operator()(TYPE& value);

Parameters

Name

Description

value

value assigned to or stored in this variant

Created with MrDocs