STTNet
 全部  命名空间 文件 函数 变量 类型定义 枚举 枚举值 宏定义 
stt::system::MPSCQueue< T > 成员列表

成员的完整列表,这些成员属于 stt::system::MPSCQueue< T >,包括所有继承而来的类成员

approx_size() const noexceptstt::system::MPSCQueue< T >inline
MPSCQueue(std::size_t capacity_pow2)stt::system::MPSCQueue< T >inlineexplicit
MPSCQueue(const MPSCQueue &)=deletestt::system::MPSCQueue< T >
operator=(const MPSCQueue &)=deletestt::system::MPSCQueue< T >
pop(T &out) noexcept(std::is_nothrow_move_assignable_v< T > &&std::is_nothrow_move_constructible_v< T >)stt::system::MPSCQueue< T >inline
push(T &&v) noexcept(std::is_nothrow_move_constructible_v< T >)stt::system::MPSCQueue< T >inline
push(const T &v) noexcept(std::is_nothrow_copy_constructible_v< T >)stt::system::MPSCQueue< T >inline
~MPSCQueue()stt::system::MPSCQueue< T >inline