This component-private metafunction derives from std::is_constructible<t_TO, t_FROM> in C++11 and later, and bsl::true_type in C++03.
Declared in <bslstl_variant.h>
template<
class t_TO,
class t_FROM>
struct Variant_IsConstructible
: std::is_constructible<t_TO, t_FROM>
| Name | Description |
|---|---|
std::is_constructible<t_TO, t_FROM> |