Std::_enable_special_members _default, _destructor, _copy, _copyassignment, _move, _moveassignment, _tag -
Inherits std::_Enable_default_constructor< _Default, _Tag >, std::_Enable_destructor< _Destructor, _Tag >, and std::_Enable_copy_move< _Copy, _CopyAssignment, _Move, _MoveAssignment, _Tag >.
A mixin helper to conditionally enable or disable the special members.
The _Tag type parameter is to make mixin bases unique and thus avoid ambiguities.
Definition at line 77 of file enable_special_members.h.
Generated automatically by Doxygen for libstdc++ from the source code.