logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

std::__atomic_flag_base - Base type for atomic_flag.

Author

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

                                                    libstdc++                      std::__atomic_flag_base(3cxx)

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.

Name

       std::__atomic_flag_base - Base type for atomic_flag.

Synopsis

       #include <atomic_base.h>

       Inherited by std::atomic_flag.

   PublicAttributes__atomic_flag_data_type_M_i

See Also