variant_alternative_t is an alias to the return type of the variant_alternative metafunction.
Synopsis
Declared in <bslstl_variant.h>
template<
std::size_t t_INDEX,
class t_TYPE>
using variant_alternative_t = variant_alternative<t_INDEX, t_TYPE>::type;
Created with MrDocs