cpprefjp更新

atomic (C++11) - cpprefjp C++日本語リファレンス



<atomic>ヘッダに以下を追加

  • atomic_exchange()
  • atomic_exchange_explicit()
  • atomic_compare_exchange_weak()
  • atomic_compare_exchange_strong()
  • atomic_compare_exchange_weak_explicit()
  • atomic_compare_exchange_strong_explicit()
  • atomic_fetch_add()
  • atomic_fetch_add_explicit()