This component‐private metafunction provides a member typedef Index representing the value that should be computed by Variant_ConvertIndex. The primary template is instantiated when the partial specialization below is not viable because no viable alternative exists for the conversion or because the best match is not "unique" (see the documentation of Variant_ConvertIndex for an explanation).
Synopsis
Declared in <bslstl_variant.h>
template<
class t_SRC,
class t_VARIANT,
class = void>
struct Variant_OverloadHelper;
Type Aliases
Name |
Description |
Index constant equal to |
Specializations
Name |
Description |
This partial specialization is used when a "unique" best match is found for converting |
Created with MrDocs