René's URL Explorer Experiment


Title: std::atomic_ref - cppreference.com

Generator: MediaWiki 1.43.8

direct link

Domain: cppreference.com

format-detectiontelephone=no

Links:

cppreference.comhttps://cppreference.com/
Create accounthttps://cppreference.com/index.php?title=Special:CreateAccount&returnto=cpp%2Fatomic%2Fatomic+ref
Log inhttps://cppreference.com/index.php?title=Special:UserLogin&returnto=cpp%2Fatomic%2Fatomic+ref
Pagehttps://cppreference.com/cpp/atomic/atomic_ref
Discussionhttps://cppreference.com/index.php?title=Talk:cpp/atomic/atomic_ref&action=edit&redlink=1
https://cppreference.com/cpp/atomic/atomic_ref
Readhttps://cppreference.com/cpp/atomic/atomic_ref
View sourcehttps://cppreference.com/index.php?title=cpp/atomic/atomic_ref&action=edit
View historyhttps://cppreference.com/index.php?title=cpp/atomic/atomic_ref&action=history
https://cppreference.com/cpp/atomic/atomic_ref
cpphttps://cppreference.com/cpp
atomichttps://cppreference.com/cpp/atomic
C++https://cppreference.com/cpp
Compiler supporthttps://cppreference.com/cpp/compiler_support
Freestanding and hostedhttps://cppreference.com/cpp/freestanding
Languagehttps://cppreference.com/cpp/language
Standard libraryhttps://cppreference.com/cpp/standard_library
Standard library headershttps://cppreference.com/cpp/header
Named requirementshttps://cppreference.com/cpp/named_req
Feature test macroshttps://cppreference.com/cpp/feature_test
Language support libraryhttps://cppreference.com/cpp/utility#Language_support
Concepts libraryhttps://cppreference.com/cpp/concepts
Diagnostics libraryhttps://cppreference.com/cpp/error
Memory management libraryhttps://cppreference.com/cpp/memory
Metaprogramming libraryhttps://cppreference.com/cpp/meta
General utilities libraryhttps://cppreference.com/cpp/utility
Containers libraryhttps://cppreference.com/cpp/container
Iterators libraryhttps://cppreference.com/cpp/iterator
Ranges libraryhttps://cppreference.com/cpp/ranges
Algorithms libraryhttps://cppreference.com/cpp/algorithm
Strings libraryhttps://cppreference.com/cpp/string
Text processing libraryhttps://cppreference.com/cpp/text
Numerics libraryhttps://cppreference.com/cpp/numeric
Date and time libraryhttps://cppreference.com/cpp/chrono
Input/output libraryhttps://cppreference.com/cpp/io
Filesystem libraryhttps://cppreference.com/cpp/filesystem
Concurrency support libraryhttps://cppreference.com/cpp/thread
Execution control libraryhttps://cppreference.com/cpp/execution
Technical specificationshttps://cppreference.com/cpp/experimental
Symbols indexhttps://cppreference.com/cpp/symbol_index
External librarieshttps://cppreference.com/cpp/links/libs
[edit]https://cppreference.com/index.php?title=Template:cpp/navbar_content&action=edit
Concurrency support libraryhttps://cppreference.com/cpp/thread
Threadshttps://cppreference.com/cpp/thread#Threads
threadhttps://cppreference.com/cpp/thread/thread
jthreadhttps://cppreference.com/cpp/thread/jthread
hardware_destructive_interference_sizehardware_constructive_interference_sizehttps://cppreference.com/cpp/thread/hardware_destructive_interference_size
this_thread namespacehttps://cppreference.com/cpp/thread#Functions_managing_the_current_thread
get_idhttps://cppreference.com/cpp/thread/get_id
yieldhttps://cppreference.com/cpp/thread/yield
sleep_forhttps://cppreference.com/cpp/thread/sleep_for
sleep_untilhttps://cppreference.com/cpp/thread/sleep_until
Cooperative cancellationhttps://cppreference.com/cpp/thread#Cooperative_cancellation
stop_tokenhttps://cppreference.com/cpp/thread/stop_token
inplace_stop_tokenhttps://cppreference.com/index.php?title=cpp/thread/inplace_stop_token&action=edit&redlink=1
never_stop_tokenhttps://cppreference.com/cpp/thread/never_stop_token
stop_sourcehttps://cppreference.com/cpp/thread/stop_source
inplace_stop_sourcehttps://cppreference.com/index.php?title=cpp/thread/inplace_stop_source&action=edit&redlink=1
stop_callbackhttps://cppreference.com/cpp/thread/stop_callback
inplace_stop_callbackhttps://cppreference.com/index.php?title=cpp/thread/inplace_stop_callback&action=edit&redlink=1
stop_callback_for_thttps://cppreference.com/cpp/thread/stop_callback_for_t
stoppable_tokenhttps://cppreference.com/cpp/thread/stoppable_token
unstoppable_tokenhttps://cppreference.com/cpp/thread/unstoppable_token
stoppable-sourcehttps://cppreference.com/index.php?title=cpp/thread/stoppable_source&action=edit&redlink=1
stoppable-callback-forhttps://cppreference.com/index.php?title=cpp/thread/stoppable_callback_for&action=edit&redlink=1
Mutual exclusionhttps://cppreference.com/cpp/thread#Mutual_exclusion
mutexhttps://cppreference.com/cpp/thread/mutex
recursive_mutexhttps://cppreference.com/cpp/thread/recursive_mutex
shared_mutexhttps://cppreference.com/cpp/thread/shared_mutex
timed_mutexhttps://cppreference.com/cpp/thread/timed_mutex
recursive_timed_mutexhttps://cppreference.com/cpp/thread/recursive_timed_mutex
shared_timed_mutexhttps://cppreference.com/cpp/thread/shared_timed_mutex
Generic lock managementhttps://cppreference.com/cpp/thread#Generic_mutex_management
lockhttps://cppreference.com/cpp/thread/lock
lock_guardhttps://cppreference.com/cpp/thread/lock_guard
scoped_lockhttps://cppreference.com/cpp/thread/scoped_lock
unique_lockhttps://cppreference.com/cpp/thread/unique_lock
shared_lockhttps://cppreference.com/cpp/thread/shared_lock
once_flaghttps://cppreference.com/cpp/thread/once_flag
call_oncehttps://cppreference.com/cpp/thread/call_once
try_lockhttps://cppreference.com/cpp/thread/try_lock
defer_locktry_to_lockadopt_lockdefer_lock_ttry_to_lock_tadopt_lock_thttps://cppreference.com/cpp/thread/lock_tag
Condition variableshttps://cppreference.com/cpp/thread#Condition_variables
condition_variablehttps://cppreference.com/cpp/thread/condition_variable
condition_variable_anyhttps://cppreference.com/cpp/thread/condition_variable_any
notify_all_at_thread_exithttps://cppreference.com/cpp/thread/notify_all_at_thread_exit
cv_statushttps://cppreference.com/cpp/thread/cv_status
Semaphoreshttps://cppreference.com/cpp/thread#Semaphores
counting_semaphorebinary_semaphorehttps://cppreference.com/cpp/thread/counting_semaphore
Latches and Barriershttps://cppreference.com/cpp/thread#Latches_and_Barriers
latchhttps://cppreference.com/cpp/thread/latch
barrierhttps://cppreference.com/cpp/thread/barrier
Futureshttps://cppreference.com/cpp/thread#Futures
promisehttps://cppreference.com/cpp/thread/promise
futurehttps://cppreference.com/cpp/thread/future
shared_futurehttps://cppreference.com/cpp/thread/shared_future
packaged_taskhttps://cppreference.com/cpp/thread/packaged_task
asynchttps://cppreference.com/cpp/thread/async
launchhttps://cppreference.com/cpp/thread/launch
future_statushttps://cppreference.com/cpp/thread/future_status
future_errorhttps://cppreference.com/cpp/thread/future_error
future_categoryhttps://cppreference.com/cpp/thread/future_category
future_errchttps://cppreference.com/cpp/thread/future_errc
Safe Reclamationhttps://cppreference.com/cpp/thread#Safe_Reclamation
Read-Copy-Update Mechanismhttps://cppreference.com/cpp/thread#Read-Copy-Update_Mechanism
rcu_obj_basehttps://cppreference.com/index.php?title=cpp/thread/rcu_obj_base&action=edit&redlink=1
rcu_domainhttps://cppreference.com/index.php?title=cpp/thread/rcu_domain&action=edit&redlink=1
rcu_default_domainhttps://cppreference.com/index.php?title=cpp/thread/rcu_default_domain&action=edit&redlink=1
rcu_synchronizehttps://cppreference.com/index.php?title=cpp/thread/rcu_synchronize&action=edit&redlink=1
rcu_barrierhttps://cppreference.com/index.php?title=cpp/thread/rcu_barrier&action=edit&redlink=1
rcu_retirehttps://cppreference.com/index.php?title=cpp/thread/rcu_retire&action=edit&redlink=1
Hazard Pointershttps://cppreference.com/cpp/thread#Hazard_Pointers
hazard_pointer_obj_basehttps://cppreference.com/index.php?title=cpp/thread/hazard_pointer_obj_base&action=edit&redlink=1
hazard_pointerhttps://cppreference.com/index.php?title=cpp/thread/hazard_pointer&action=edit&redlink=1
make_hazard_pointerhttps://cppreference.com/index.php?title=cpp/thread/make_hazard_pointer&action=edit&redlink=1
Atomic typeshttps://cppreference.com/cpp/thread#Atomic_types
atomichttps://cppreference.com/cpp/atomic/atomic
atomic_flaghttps://cppreference.com/cpp/atomic/atomic_flag
Initialization of atomic typeshttps://cppreference.com/cpp/thread#Initialization
atomic_inithttps://cppreference.com/cpp/atomic/atomic_init
ATOMIC_VAR_INIThttps://cppreference.com/cpp/atomic/ATOMIC_VAR_INIT
ATOMIC_FLAG_INIThttps://cppreference.com/cpp/atomic/ATOMIC_FLAG_INIT
Memory orderinghttps://cppreference.com/cpp/thread#Memory_synchronization_ordering
memory_orderhttps://cppreference.com/cpp/atomic/memory_order
kill_dependencyhttps://cppreference.com/cpp/atomic/kill_dependency
atomic_thread_fencehttps://cppreference.com/cpp/atomic/atomic_thread_fence
atomic_signal_fencehttps://cppreference.com/cpp/atomic/atomic_signal_fence
Free functions for atomic operationshttps://cppreference.com/cpp/thread#Operations_on_atomic_types
atomic_storeatomic_store_explicithttps://cppreference.com/cpp/atomic/atomic_store
atomic_loadatomic_load_explicithttps://cppreference.com/cpp/atomic/atomic_load
atomic_exchangeatomic_exchange_explicithttps://cppreference.com/cpp/atomic/atomic_exchange
atomic_compare_exchange_weakatomic_compare_exchange_weak_explicitatomic_compare_exchange_strongatomic_compare_exchange_strong_explicithttps://cppreference.com/cpp/atomic/atomic_compare_exchange
atomic_fetch_addatomic_fetch_add_explicithttps://cppreference.com/cpp/atomic/atomic_fetch_add
atomic_fetch_subatomic_fetch_sub_explicithttps://cppreference.com/cpp/atomic/atomic_fetch_sub
atomic_fetch_andatomic_fetch_and_explicithttps://cppreference.com/cpp/atomic/atomic_fetch_and
atomic_fetch_oratomic_fetch_or_explicithttps://cppreference.com/cpp/atomic/atomic_fetch_or
atomic_fetch_xoratomic_fetch_xor_explicithttps://cppreference.com/cpp/atomic/atomic_fetch_xor
atomic_fetch_maxatomic_fetch_max_explicithttps://cppreference.com/cpp/atomic/atomic_fetch_max
atomic_fetch_minatomic_fetch_min_explicithttps://cppreference.com/cpp/atomic/atomic_fetch_min
atomic_is_lock_freehttps://cppreference.com/cpp/atomic/atomic_is_lock_free
atomic_waitatomic_wait_explicithttps://cppreference.com/cpp/atomic/atomic_wait
atomic_notify_onehttps://cppreference.com/cpp/atomic/atomic_notify_one
atomic_notify_allhttps://cppreference.com/cpp/atomic/atomic_notify_all
Free functions for atomic flagshttps://cppreference.com/cpp/thread#Flag_type_and_operations
atomic_flag_test_and_setatomic_flag_test_and_set_explicithttps://cppreference.com/cpp/atomic/atomic_flag_test_and_set
atomic_flag_clearatomic_flag_clear_explicithttps://cppreference.com/cpp/atomic/atomic_flag_clear
atomic_flag_testatomic_flag_test_explicithttps://cppreference.com/cpp/atomic/atomic_flag_test
atomic_flag_waitatomic_flag_wait_explicithttps://cppreference.com/cpp/atomic/atomic_flag_wait
atomic_flag_notify_onehttps://cppreference.com/cpp/atomic/atomic_flag_notify_one
atomic_flag_notify_allhttps://cppreference.com/cpp/atomic/atomic_flag_notify_all
[edit]https://cppreference.com/index.php?title=Template:cpp/thread/navbar_content&action=edit
Member functionshttps://cppreference.com/cpp/atomic/atomic_ref#Member_functions
atomic_ref::atomic_refhttps://cppreference.com/cpp/atomic/atomic_ref/atomic_ref
atomic_ref::operator=https://cppreference.com/cpp/atomic/atomic_ref/operator%3D
atomic_ref::is_lock_freehttps://cppreference.com/cpp/atomic/atomic_ref/is_lock_free
atomic_ref::storehttps://cppreference.com/cpp/atomic/atomic_ref/store
atomic_ref::loadhttps://cppreference.com/cpp/atomic/atomic_ref/load
atomic_ref::operator value_typehttps://cppreference.com/cpp/atomic/atomic_ref/operator_T
atomic_ref::exchangehttps://cppreference.com/cpp/atomic/atomic_ref/exchange
atomic_ref::compare_exchange_strongatomic_ref::compare_exchange_weakhttps://cppreference.com/cpp/atomic/atomic_ref/compare_exchange
atomic_ref::waithttps://cppreference.com/cpp/atomic/atomic_ref/wait
atomic_ref::notify_onehttps://cppreference.com/cpp/atomic/atomic_ref/notify_one
atomic_ref::notify_allhttps://cppreference.com/cpp/atomic/atomic_ref/notify_all
atomic_ref::addresshttps://cppreference.com/cpp/atomic/atomic_ref/address
Operations for arithmetic types(except bool) and pointer-to-object typeshttps://cppreference.com/cpp/atomic/atomic_ref#Provided_only_when_T_is_an_arithmetic_type_other_than_cv_bool_or_a_pointer-to-object_type
atomic_ref::fetch_addhttps://cppreference.com/cpp/atomic/atomic_ref/fetch_add
atomic_ref::fetch_subhttps://cppreference.com/cpp/atomic/atomic_ref/fetch_sub
atomic_ref::operator+=atomic_ref::operator-=https://cppreference.com/cpp/atomic/atomic_ref/operator_arith2
Operations for integral types(except bool) and pointer-to-object typeshttps://cppreference.com/cpp/atomic/atomic_ref#Provided_only_when_T_is_an_integral_type_other_than_cv_bool_or_a_pointer-to-object_type
atomic_ref::fetch_maxhttps://cppreference.com/cpp/atomic/atomic_ref/fetch_max
atomic_ref::fetch_minhttps://cppreference.com/cpp/atomic/atomic_ref/fetch_min
atomic_ref::operator++atomic_ref::operator++(int)atomic_ref::operator--atomic_ref::operator--(int)https://cppreference.com/cpp/atomic/atomic_ref/operator_arith
Operations for integral types(except bool)https://cppreference.com/cpp/atomic/atomic_ref#Provided_only_when_T_is_an_integral_type_other_than_cv_bool
atomic_ref::fetch_andhttps://cppreference.com/cpp/atomic/atomic_ref/fetch_and
atomic_ref::fetch_orhttps://cppreference.com/cpp/atomic/atomic_ref/fetch_or
atomic_ref::fetch_xorhttps://cppreference.com/cpp/atomic/atomic_ref/fetch_xor
atomic_ref::operator&=atomic_ref::operator|=atomic_ref::operator^=https://cppreference.com/cpp/atomic/atomic_ref/operator_arith3
Constantshttps://cppreference.com/cpp/atomic/atomic_ref#Constants
atomic_ref::is_always_lock_freehttps://cppreference.com/cpp/atomic/atomic_ref/is_always_lock_free
atomic_ref::required_alignmenthttps://cppreference.com/cpp/atomic/atomic_ref/required_alignment
[edit]https://cppreference.com/index.php?title=Template:cpp/atomic/atomic_ref/navbar_content&action=edit
https://cppreference.com/cpp/header/atomic
memory modelhttps://cppreference.com/cpp/language/memory_model
referenceshttps://cppreference.com/cpp/language/reference
is_always_lock_freehttps://cppreference.com/cpp/atomic/atomic_ref/is_always_lock_free
CopyConstructiblehttps://cppreference.com/cpp/named_req/CopyConstructible
1 Nested typeshttps://cppreference.com/cpp/atomic/atomic_ref#Nested_types
2 Data membershttps://cppreference.com/cpp/atomic/atomic_ref#Data_members
3 Member functionshttps://cppreference.com/cpp/atomic/atomic_ref#Member_functions
3.1 Provided only when T is an arithmetic type other than cv bool or a pointer-to-object typehttps://cppreference.com/cpp/atomic/atomic_ref#Provided_only_when_T_is_an_arithmetic_type_other_than_cv_bool_or_a_pointer-to-object_type
3.2 Provided only when T is an integral type other than cv bool or a pointer-to-object typehttps://cppreference.com/cpp/atomic/atomic_ref#Provided_only_when_T_is_an_integral_type_other_than_cv_bool_or_a_pointer-to-object_type
3.3 Provided only when T is an integral type other than cv boolhttps://cppreference.com/cpp/atomic/atomic_ref#Provided_only_when_T_is_an_integral_type_other_than_cv_bool
4 Specializationshttps://cppreference.com/cpp/atomic/atomic_ref#Specializations
5 Noteshttps://cppreference.com/cpp/atomic/atomic_ref#Notes
6 Defect reportshttps://cppreference.com/cpp/atomic/atomic_ref#Defect_reports
7 See alsohttps://cppreference.com/cpp/atomic/atomic_ref#See_also
is_always_lock_freehttps://cppreference.com/cpp/atomic/atomic_ref/is_always_lock_free
[edit]https://cppreference.com/index.php?title=Template:cpp/atomic/atomic_ref/dsc_is_always_lock_free&action=edit
required_alignmenthttps://cppreference.com/cpp/atomic/atomic_ref/required_alignment
[edit]https://cppreference.com/index.php?title=Template:cpp/atomic/atomic_ref/dsc_required_alignment&action=edit
(constructor)https://cppreference.com/cpp/atomic/atomic_ref/atomic_ref
[edit]https://cppreference.com/index.php?title=Template:cpp/atomic/atomic_ref/dsc_constructor&action=edit
operator=https://cppreference.com/cpp/atomic/atomic_ref/operator%3D
[edit]https://cppreference.com/index.php?title=Template:cpp/atomic/atomic_ref/dsc_operator%3D&action=edit
is_lock_freehttps://cppreference.com/cpp/atomic/atomic_ref/is_lock_free
[edit]https://cppreference.com/index.php?title=Template:cpp/atomic/atomic_ref/dsc_is_lock_free&action=edit
storehttps://cppreference.com/cpp/atomic/atomic_ref/store
[edit]https://cppreference.com/index.php?title=Template:cpp/atomic/atomic_ref/dsc_store&action=edit
loadhttps://cppreference.com/cpp/atomic/atomic_ref/load
[edit]https://cppreference.com/index.php?title=Template:cpp/atomic/atomic_ref/dsc_load&action=edit
operator value_typehttps://cppreference.com/cpp/atomic/atomic_ref/operator_T
[edit]https://cppreference.com/index.php?title=Template:cpp/atomic/atomic_ref/dsc_operator_T&action=edit
exchangehttps://cppreference.com/cpp/atomic/atomic_ref/exchange
[edit]https://cppreference.com/index.php?title=Template:cpp/atomic/atomic_ref/dsc_exchange&action=edit
compare_exchange_weakcompare_exchange_stronghttps://cppreference.com/cpp/atomic/atomic_ref/compare_exchange
[edit]https://cppreference.com/index.php?title=Template:cpp/atomic/atomic_ref/dsc_compare_exchange&action=edit
waithttps://cppreference.com/cpp/atomic/atomic_ref/wait
[edit]https://cppreference.com/index.php?title=Template:cpp/atomic/atomic/dsc_wait&action=edit
notify_onehttps://cppreference.com/cpp/atomic/atomic_ref/notify_one
[edit]https://cppreference.com/index.php?title=Template:cpp/atomic/atomic/dsc_notify_one&action=edit
notify_allhttps://cppreference.com/cpp/atomic/atomic_ref/notify_all
[edit]https://cppreference.com/index.php?title=Template:cpp/atomic/atomic/dsc_notify_all&action=edit
addresshttps://cppreference.com/cpp/atomic/atomic_ref/address
[edit]https://cppreference.com/index.php?title=Template:cpp/atomic/atomic/dsc_address&action=edit
fetch_addhttps://cppreference.com/cpp/atomic/atomic_ref/fetch_add
[edit]https://cppreference.com/index.php?title=Template:cpp/atomic/atomic_ref/dsc_fetch_add&action=edit
fetch_subhttps://cppreference.com/cpp/atomic/atomic_ref/fetch_sub
[edit]https://cppreference.com/index.php?title=Template:cpp/atomic/atomic_ref/dsc_fetch_sub&action=edit
operator+=operator-=https://cppreference.com/cpp/atomic/atomic_ref/operator_arith2
[edit]https://cppreference.com/index.php?title=Template:cpp/atomic/atomic_ref/dsc_operator_arith2&action=edit
fetch_maxhttps://cppreference.com/cpp/atomic/atomic_ref/fetch_max
[edit]https://cppreference.com/index.php?title=Template:cpp/atomic/atomic_ref/dsc_fetch_max&action=edit
fetch_minhttps://cppreference.com/cpp/atomic/atomic_ref/fetch_min
[edit]https://cppreference.com/index.php?title=Template:cpp/atomic/atomic_ref/dsc_fetch_min&action=edit
operator++operator++(int)operator--operator--(int)https://cppreference.com/cpp/atomic/atomic_ref/operator_arith
[edit]https://cppreference.com/index.php?title=Template:cpp/atomic/atomic_ref/dsc_operator_arith&action=edit
fetch_andhttps://cppreference.com/cpp/atomic/atomic_ref/fetch_and
[edit]https://cppreference.com/index.php?title=Template:cpp/atomic/atomic_ref/dsc_fetch_and&action=edit
fetch_orhttps://cppreference.com/cpp/atomic/atomic_ref/fetch_or
[edit]https://cppreference.com/index.php?title=Template:cpp/atomic/atomic_ref/dsc_fetch_or&action=edit
fetch_xorhttps://cppreference.com/cpp/atomic/atomic_ref/fetch_xor
[edit]https://cppreference.com/index.php?title=Template:cpp/atomic/atomic_ref/dsc_fetch_xor&action=edit
operator&=operator|=operator^=https://cppreference.com/cpp/atomic/atomic_ref/operator_arith3
[edit]https://cppreference.com/index.php?title=Template:cpp/atomic/atomic_ref/dsc_operator_arith3&action=edit
Feature-testhttps://cppreference.com/cpp/utility/feature_test
__cpp_lib_atomic_refhttps://cppreference.com/cpp/feature_test#cpp_lib_atomic_ref
201806Lhttps://cppreference.com/cpp/compiler_support/20#cpp_lib_atomic_ref_201806L
__cpp_lib_constexpr_atomichttps://cppreference.com/cpp/feature_test#cpp_lib_constexpr_atomic
202411Lhttps://cppreference.com/cpp/compiler_support/26#cpp_lib_constexpr_atomic_202411L
LWG 3508https://cplusplus.github.io/LWG/issue3508
P3323R1https://wg21.link/P3323R1
atomichttps://cppreference.com/cpp/atomic/atomic
[edit]https://cppreference.com/index.php?title=Template:cpp/atomic/dsc_atomic&action=edit
Categorieshttps://cppreference.com/Special:Categories
Pages using deprecated source tagshttps://cppreference.com/index.php?title=Category:Pages_using_deprecated_source_tags&action=edit&redlink=1
Pages using deprecated enclose attributeshttps://cppreference.com/index.php?title=Category:Pages_using_deprecated_enclose_attributes&action=edit&redlink=1
Support ushttp://www.cppreference.com/support
Recent changeshttps://cppreference.com/Special:RecentChanges
FAQhttps://cppreference.com/Cppreference:FAQ
Offline versionhttps://cppreference.com/Cppreference:Archives
https://cppreference.com/cpp/atomic/atomic_ref
What links herehttps://cppreference.com/Special:WhatLinksHere/cpp/atomic/atomic_ref
Related changeshttps://cppreference.com/Special:RecentChangesLinked/cpp/atomic/atomic_ref
Upload filehttp://upload.cppreference.com/w/Special:Upload
Special pageshttps://cppreference.com/Special:SpecialPages
Printable versionjavascript:print();
Permanent linkhttps://cppreference.com/index.php?title=cpp/atomic/atomic_ref&oldid=179855
Page informationhttps://cppreference.com/index.php?title=cpp/atomic/atomic_ref&action=info
Españolhttp://es.cppreference.com/cpp/atomic/atomic_ref
日本語http://ja.cppreference.com/cpp/atomic/atomic_ref
Русскийhttp://ru.cppreference.com/cpp/atomic/atomic_ref
中文http://zh.cppreference.com/cpp/atomic/atomic_ref

Viewport: width=1120

Robots: max-image-preview:standard


URLs of crawlers that visited me.