Return a const reference to the stored t_TYPE object.
Synopsis
Declared in <bslstl_variant.h>
constexpr
t_TYPE const&
value() const &;
Description
The behavior is undefined unless this object contains a t_TYPE object (i.e., this object is currently managing the active alternative of a bsl::variant object).
Return Value
const reference to the stored t_TYPE object
Created with MrDocs