Provided by: libstdc++-9-doc_9.5.0-1ubuntu1~22.04_all bug

NAME

       std::__atomic_flag_base - Base type for atomic_flag.

SYNOPSIS

       Inherited by std::atomic_flag.

   Public Attributes
       __atomic_flag_data_type _M_i

Detailed Description

       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.

       Definition at line 169 of file atomic_base.h.

Author

       Generated automatically by Doxygen for libstdc++ from the source code.

libstdc++                                        Tue Jul 19 2022                   std::__atomic_flag_base(3cxx)