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