Function operator=
Summary
#include <include/EASTL/internal/atomic/atomic_flag.h>
(1) atomic_flag & operator=(const atomic_flag &) EA_NOEXCEPT=delete
(2) atomic_flag & operator=(const atomic_flag &) volatile EA_NOEXCEPT=delete
Function overload
Synopsis
#include <include/EASTL/internal/atomic/atomic_flag.h>
atomic_flag & operator=(const atomic_flag &) EA_NOEXCEPT=delete
Description
No description yet.
Source
Synopsis
#include <include/EASTL/internal/atomic/atomic_flag.h>
atomic_flag & operator=(const atomic_flag &) volatile EA_NOEXCEPT=delete
Description
No description yet.