Create a move‐construct visitor targeting the specified buffer using the specified allocator.

Synopsis

Declared in <bdlb_variant.h>

Variant_MoveConstructVisitor(
    void* buffer,
    bslma::Allocator* allocator);

Parameters

Name

Description

buffer

destination or source buffer for the visitor

allocator

allocator used to supply memory

Created with MrDocs