Metafunction that is true_type when t_SOURCE converts to t_DEST without narrowing, and false_type otherwise.
Synopsis
Declared in <bslstl_variant.h>
template<
class t_DEST,
class t_SOURCE,
class = void>
struct Variant_ConvertsWithoutNarrowing
: bsl::false_type
Base Classes
Name |
Description |
Metafunction representing the boolean constant |
Specializations
Name |
Description |
This component‐private metafunction is derived from |
Created with MrDocs