Create a move-construct visitor targeting the specified buffer using the specified allocator.
Declared in <bdlb_variant.h>
Variant_MoveConstructVisitor(
void* buffer,
bslma::Allocator* allocator);
| Name | Description |
|---|---|
| buffer | destination or source buffer for the visitor |
| allocator | allocator used to supply memory |