Index constant equal to the index of the alternative selected by overload resolution among the candidate functions.

Synopsis

Declared in <bslstl_variant.h>

typedef decltype(Variant_OverloadSetImp<t_SRC, 0, t_HEAD, t_TAIL...>::candidate(
            std::declval<t_SRC>())) Index;

Created with MrDocs