table of contents
__atomic2::atomic_flag(3) | Library Functions Manual | __atomic2::atomic_flag(3) |
NAME¶
__atomic2::atomic_flag -
atomic_flag
SYNOPSIS¶
Inherits __atomic_flag_base.
Public Member Functions¶
atomic_flag (bool __i)
atomic_flag (const atomic_flag &)
atomic_flag & operator= (const atomic_flag &)
Detailed Description¶
atomic_flag
Definition at line 47 of file atomic_2.h.
Author¶
Generated automatically by Doxygen for libstdc++ from the source code.
19 Jun 2018 | libstdc++ |