Quick Links:

bal | bbl | bdl | bsl

Public Member Functions | Public Attributes

bdlb::Variant_MoveAssignVisitor Struct Reference

#include <bdlb_variant.h>

List of all members.

Public Member Functions

 Variant_MoveAssignVisitor (void *buffer)
template<class TYPE >
void operator() (TYPE &value)

Public Attributes

void * d_buffer_p

Detailed Description

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.

See Component bdlb_variant


Constructor & Destructor Documentation

bdlb::Variant_MoveAssignVisitor::Variant_MoveAssignVisitor ( void *  buffer  )  [inline, explicit]

References BSLS_ASSERT_SAFE.


Member Function Documentation

template<class TYPE >
void bdlb::Variant_MoveAssignVisitor::operator() ( TYPE &  value  )  [inline]

Member Data Documentation


The documentation for this struct was generated from the following file: