|
BDE 4.39.x Production Release
|
#include <bdlb_variant.h>
This visitor, when invoked as a non-modifiable function object on an instance of some template parameter TYPE, will copy-assign that instance to the instance of the same TYPE held in a buffer specified at construction of this visitor.
See bdlb_variant
Public Member Functions | |
| Variant_CopyAssignVisitor (void *buffer) | |
| template<class TYPE > | |
| void | operator() (const TYPE &value) |
Public Attributes | |
| void * | d_buffer_p |
|
inlineexplicit |
|
inline |
| void* bdlb::Variant_CopyAssignVisitor::d_buffer_p |