.TH "std::__atomic_flag_base" 3cxx "Thu Feb 16 2023" "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 "__atomic_flag_data_type \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 \fB186\fP of file \fBatomic_base\&.h\fP\&. .SH "Member Data Documentation" .PP .SS "__atomic_flag_data_type std::__atomic_flag_base::_M_i" .PP Definition at line \fB188\fP of file \fBatomic_base\&.h\fP\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.