BloombergLP::bslstl::Variant_DataImp::Variant_DataImp

Constructors

Synopses

Declared in <bslstl_variant.h>

Create a Variant_DataImp object that holds an empty buffer.

Variant_DataImp() = default;
» more...

Create a Variant_DataImp object whose stored t_TYPE object is constructed by forwarding the specified args to ConstructionUtil::construct directly.

template<class... t_ARGS>
Variant_DataImp(t_ARGS&&... args);
» more...

Parameters

NameDescription
argsarguments forwarded to ConstructionUtil::construct