GNU g++  v5.2.1
GNU Standard C++
enable_special_members.h File Reference

This is an internal header file, included by other library headers. More...

Functions

namespace std _GLIBCXX_VISIBILITY (default)
 

Detailed Description

This is an internal header file, included by other library headers.

Do not attempt to use it directly.

Function Documentation

namespace std _GLIBCXX_VISIBILITY ( default  )

A mixin helper to conditionally enable or disable the default constructor.

See also
_Enable_special_members

A mixin helper to conditionally enable or disable the default destructor.

See also
_Enable_special_members

A mixin helper to conditionally enable or disable the copy/move special members.

See also
_Enable_special_members

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.