Default‐construct the specified value in place using the allocator supplied at construction of this visitor.
Synopsis
Declared in <bdlb_variant.h>
template<class TYPE>
void
operator()(TYPE& value) const;
Parameters
Name |
Description |
value |
value assigned to or stored in this variant |
Created with MrDocs