Struct atomic_base_width
Synopsis
#include <include/EASTL/internal/atomic/atomic_base_width.h>
template <typename T, unsigned width = sizeof(T)>
struct atomic_base_width
Description
No description yet.
Source
Lines 25-26 in include/EASTL/internal/atomic/atomic_base_width.h.
template <typename T, unsigned width = sizeof(T)>
struct atomic_base_width;