Create a variant object having the specified value of template parameter TYPE and that uses the specified basicAllocator to supply memory. If basicAllocator is 0, the currently installed default allocator is used. TYPE must be the same as one of the types that this variant can hold.
Synopsis
Declared in <bdlb_variant.h>
template<class TYPE>
Variant18(
TYPE const& value,
bslma::Allocator* basicAllocator);
Created with MrDocs