This component‐private metafunction derives from std::is_assignable<t_LHS, t_RHS> in C++11 and later, and bsl::true_type in C++03.
Synopsis
Declared in <bslstl_variant.h>
template<
class t_LHS,
class t_RHS>
struct Variant_IsAssignable
: std::is_assignable<t_LHS, t_RHS>
Base Classes
Name |
Description |
|
Created with MrDocs