.TH "std::__atomic_flag_base" 3cxx "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::__atomic_flag_base \- Base type for atomic_flag\&. .SH SYNOPSIS .br .PP .PP \fC#include \fP .PP Inherited by \fBstd::atomic_flag\fP\&. .SS "Public Attributes" .in +1c .ti -1c .RI "\fB__atomic_flag_data_type\fP \fB_M_i\fP" .br .in -1c .SH "Detailed Description" .PP Base type for atomic_flag\&. Base type is POD with data, allowing atomic_flag to derive from it and meet the standard layout type requirement\&. In addition to compatibility with a C interface, this allows different implementations of atomic_flag to use the same atomic operation functions, via a standard conversion to the __atomic_flag_base argument\&. .PP Definition at line \fB169\fP of file \fBatomic_base\&.h\fP\&. .SH "Member Data Documentation" .PP .SS "\fB__atomic_flag_data_type\fP std::__atomic_flag_base::_M_i" .PP Definition at line \fB171\fP of file \fBatomic_base\&.h\fP\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.