This partial specialization of Variant_IsMoveAssignableAll is the base case of the recursion, reached when a single template parameter, t_HEAD, remains.
Synopsis
Declared in <bslstl_variant.h>
template<class t_HEAD>
struct Variant_IsMoveAssignableAll<t_HEAD>
: std::is_move_assignable<t_HEAD>
Base Classes
Name |
Description |
|
Created with MrDocs