struct TQueue::Node

Public

Fields

Next

std::atomic<Node *> Next

Value

std::aligned_storage_t<sizeof(T), std::min(alignof(std::max_align_t), alignof(T))> Value