다음을 통해 공유


atomic_init 함수

저장 된 값을 설정 하는 atomic 개체입니다.

template <class Ty>
inline void atomic_init(
   volatile atomic<Ty> *Atom,
   Ty Value
) _NOEXCEPT;
template <class Ty>
inline void atomic_init(
   atomic<Ty> *Atom,
   TyValue
) _NOEXCEPT;

매개 변수

  • Atom
    에 대 한 포인터는 atomic 형식의 값을 저장 하는 개체가 Ty.

  • Value
    Ty 형식의 값입니다.

설명

atomic_init원자 연산이 아닙니다.스레드로부터 안전 하지 않습니다.

요구 사항

헤더: 원자

네임 스페이스: std

참고 항목

참조

<atomic>

원자 구조