다음을 통해 공유


atomic::operator Ty 연산자

Retrieves the stored value in *this.

atomic<Ty>::operator Ty() const volatile _NOEXCEPT;
atomic<Ty>::operator Ty() const _NOEXCEPT;

설명

This operator applies the memory_order_seq_cst memory_order.

요구 사항

헤더: atomic

네임스페이스: std

참고 항목

참조

<atomic>

atomic 구조체

atomic::load 메서드