std::__atomic0::atomic_bool(3cxx) debian man page | unix.com

Man Page: std::__atomic0::atomic_bool

Operating Environment: debian

Section: 3cxx

__atomic0::atomic_bool(3cxx)											      __atomic0::atomic_bool(3cxx)

NAME
__atomic0::atomic_bool -
SYNOPSIS
Public Member Functions atomic_bool (const atomic_bool &) atomic_bool (bool __i) bool compare_exchange_strong (bool &__i1, bool __i2, memory_order __m1, memory_order __m2) volatile bool compare_exchange_strong (bool &__i1, bool __i2, memory_order __m=memory_order_seq_cst) volatile bool compare_exchange_weak (bool &__i1, bool __i2, memory_order __m1, memory_order __m2) volatile bool compare_exchange_weak (bool &__i1, bool __i2, memory_order __m=memory_order_seq_cst) volatile bool exchange (bool __i, memory_order __m=memory_order_seq_cst) volatile bool is_lock_free () const volatile bool load (memory_order __m=memory_order_seq_cst) const volatile operator bool () const volatile atomic_bool & operator= (const atomic_bool &) bool operator= (bool __i) void store (bool __i, memory_order __m=memory_order_seq_cst) volatile Detailed Description atomic_bool Definition at line 398 of file atomic_0.h. Author Generated automatically by Doxygen for libstdc++ from the source code. libstdc++ Thu Aug 2 2012 __atomic0::atomic_bool(3cxx)
Related Man Pages
std::__atomic0::__atomic_base(3) - debian
std::__atomic_base(3) - debian
std::atomic(3) - debian
std::__atomic0::atomic_address(3cxx) - debian
std::atomic_bool(3cxx) - debian
Similar Topics in the Unix Linux Community
How can I do this in VI editor?
Find columns in a file based on header and print to new file
A (ksh) Library For and From UNIX.com
My first PERL incarnation... Audio Oscillograph