.TH "std::_Enable_special_members< _Default, _Destructor, _Copy, _CopyAssignment, _Move, _MoveAssignment, _Tag >" 3cxx "Sat Aug 14 2021" "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::_Enable_special_members< _Default, _Destructor, _Copy, _CopyAssignment, _Move, _MoveAssignment, _Tag > \- A mixin helper to conditionally enable or disable the special members\&. .SH SYNOPSIS .br .PP .PP Inherits \fBstd::_Enable_default_constructor< _Default, void >\fP, \fBstd::_Enable_destructor< _Destructor, void >\fP, and \fBstd::_Enable_copy_move< _Copy, _CopyAssignment, _Move, _MoveAssignment, void >\fP\&. .SH "Detailed Description" .PP .SS "template .br struct std::_Enable_special_members< _Default, _Destructor, _Copy, _CopyAssignment, _Move, _MoveAssignment, _Tag >" A mixin helper to conditionally enable or disable the special members\&. The \fC_Tag\fP type parameter is to make mixin bases unique and thus avoid ambiguities\&. .PP Definition at line 97 of file enable_special_members\&.h\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.