This partial specialization of Variant_IsMoveConstructibleAll is the base case of the recursion, reached when a single template parameter, t_HEAD, remains.
Declared in <bslstl_variant.h>
template<class t_HEAD>
struct Variant_IsMoveConstructibleAll<t_HEAD>
: std::is_move_constructible<t_HEAD>
| Name | Description |
|---|---|
std::is_move_constructible<t_HEAD> |