BDE 4.14.0 Production release
|
#include <bdlb_variant.h>
Public Member Functions | |
Variant_DefaultConstructVisitor (bslma::Allocator *allocator) | |
template<class TYPE > | |
void | operator() (TYPE &value) const |
Public Attributes | |
bslma::Allocator * | d_allocator_p |
This visitor, when invoked as a non-modifiable function object on an instance of some template parameter TYPE
, will create a default instance of TYPE
.
|
inlineexplicit |
|
inline |
bslma::Allocator* bdlb::Variant_DefaultConstructVisitor::d_allocator_p |