Create a copy‐construct visitor targeting the specified buffer using the specified allocator.
Synopsis
Declared in <bdlb_variant.h>
Variant_CopyConstructVisitor(
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