腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
工具
TVP
最新优惠活动
文章/答案/技术大牛
搜索
搜索
关闭
发布
精选内容/技术社群/优惠产品,
尽在小程序
立即前往
文章
问答
(9999+)
视频
沙龙
1
回答
使用
sizeof
(
boost
::
lockfree
::
queue
<
std
::
string
>)
时
出错
、
我得到了一个关于
sizeof
(
boost
::
lockfree
::queuestd::
string
)的错误。::
queue
<
std
::
string
>)];
boost
::
lockfree
::
queue
<
std
::
string
> &imgPendingQueue = reinterpret_cast<
boost
::
loc
浏览 125
提问于2021-08-11
得票数 0
回答已采纳
2
回答
boost
::
lockfree
:
queue
默认构造函数的断言失败
、
、
如何
使用
boost
::
lockfree
:
queue
对象?我试图编写一个应用程序,它通过默认构造函数构造这个类的对象,但它在
boost
源代码中给了我一个断言失败:我如何
使用
这个类的默认构造函数?
浏览 4
提问于2014-02-26
得票数 8
3
回答
如何将
std
::
string
放入
boost
::
lockfree
::
queue
(或alternative)?
、
、
、
、
我正在尝试将
std
::
string
放到
boost
::
lockfree
::
queue
中,这样我的线程就可以用新的数据相互更新。当我尝试
使用
boost
::
lockfree
::
queue
<
std
::
string
> updated_data;
时
,g++说: 在类
boost
::
lockfree
::
queue
>的实例化
浏览 4
提问于2013-07-03
得票数 11
回答已采纳
1
回答
有没有办法处理ndefinedBehaviorSanitizer给出的错误?
、
、
in
boost
::
lockfree
::
queue
<
std
::function<void (int)>*>::node*
boost
::
lockfree
::detail::freelist_stack<
boost
::
lockfree
::
queue
<
std
::function<void (int)>*>::node,
std
::allocator&
浏览 3
提问于2020-04-21
得票数 0
回答已采纳
1
回答
iOS构建中的非法操作码
、
、
、
、
以下代码(从大型项目中最小化)在
使用
EXC_BAD_INSTRUCTION 7.3.1构建时会导致XCode崩溃,对于iOS,
Boost
1.61: #include "stdio.h_,
boost
::parameter::void_>::node,
std
::__1::allocator<
boost
::
lockfree
::
queue
<int*,
boost
::parameter:_>::node
浏览 2
提问于2016-07-10
得票数 2
回答已采纳
1
回答
将
boost
::
lockfree
::spsc_
queue
与分配器一起
使用
、
#include <
boost
/
lockfree
/spsc_
queue
.hpp> struct complicated { int y;};
boost
::
lockfree
::spsc_
queue
<complicated,
boost
::
lockf
浏览 10
提问于2013-11-01
得票数 2
回答已采纳
1
回答
如何获得字符串指针的值?
、
、
、
、
我正在尝试实现来传递字符串通过
boost
::
lockfree
::queues。// push on via new
queue
.push(new
std
::
string</em
浏览 1
提问于2014-02-23
得票数 0
回答已采纳
3
回答
我能要一排无锁的兰巴斯吗?
、
、
、
、
boost
::
lockfree
::
queue
似乎是一个很好的方向,不幸的是,我很难创建一个
std
::function或
boost
::function类型的队列,因为它们显然没有简单的赋值和析构函数,这是
boost
::
lockfree
::
queue
的一个要求。#include <
boost
/
lockfree
/
queue
.hpp> {
浏览 25
提问于2014-01-28
得票数 7
回答已采纳
1
回答
Boost
Library队列问题
、
我正在尝试
使用
来自
boost
库的队列。#include <
string
>
浏览 2
提问于2016-09-05
得票数 0
回答已采纳
3
回答
/
boost
/
lockfree
/Quee.hpp: error:静态断言失败:(
boost
::has_trivial_destructor<T>::value)
、
、
、
、
我试图在这个文件中用
boost
::
lockfree
::
queue
代替
std
::
queue
, 我添加了#include <
boost
/
lockfree
/
queue
.hpp>;将行130、
std
::
queue
在将scons broadcast_server_
lockfree
添加到项目根的SConstruct并在broadcast_server_
lockfree</
浏览 5
提问于2013-03-18
得票数 5
回答已采纳
1
回答
运行
boost
:跨多个文件全局锁定空闲队列
、
、
edit1:当我尝试将队列设置为字符串队列
时
,我得到:: /usr/local/include/
boost
/
lockfree
/
queue
e.hpp:在‘class
boost
::l ockfree:void
boost
::
lockfree
::detail::copy_constructible_and_copyable::copy(T&,U &),其中T=
std
::bas
浏览 0
提问于2016-10-09
得票数 0
1
回答
尽管调用了每个集合对象上的析构函数,但
boost
::
lockfree
::
queue
似乎并未释放内存
、
、
这里的问题是,一旦分配了内存,
boost
::
lockfree
::
queue
就不会释放内存。为什么自由列表节点没有返回到操作系统?调用单个集合对象上的析构函数。#include <iostream>#include <
boost
/thread/thread.hpp> u
浏览 5
提问于2014-10-31
得票数 0
1
回答
使用
boost
::
lockfree
::spsc_
queue
时
编译错误(这是
boost
中的错误吗?)
、
、
我定义了一个变量如下:在我的代码中,我试图让它停下来:但是,当我编译我的代码
时
,我会得到以下错误: Error 17 error C2660: '
boost
::
loc
浏览 2
提问于2015-06-11
得票数 2
回答已采纳
1
回答
如何
使用
boost
::
lockfree
::
queue
实体填充容器
、
、
::generate(bar.begin(), bar.end(), [&someCalculatedValue]() {return
boost
::
lockfree
::
queue
<int>(0xFFFF* someCalculatedValue); });
std
::vector<
boost
::
lockfree
::
queue
<int>> bar; 它不会编译,抱怨被删除的复制构造函数
que
浏览 0
提问于2018-02-13
得票数 1
回答已采纳
2
回答
获取
boost
shared_ptr的点对点类型
、
、
、
在我的项目中,我
使用
boost
::shared_ptr,在一个头文件中,我写道:在另一个源文件中,我
使用
它:
std
::vector&
浏览 7
提问于2013-08-09
得票数 1
回答已采纳
2
回答
比较
boost
::
lockfree
::spsc_
queue
、
boost
::
lockfree
::
queue
、串行队列操作
、
、
我比较了这三种情况的运行时间,它们是
boost
::
lockfree
::
queue
,
boost
::
lockfree
::spsc_
queue
,以及
使用
std
::
queue
的生产者/消费者队列的序列码。我编译并运行了"/apps/
boost
_1_56_0/libs/
lockfree
/examples“中的"spsc_<em
浏览 1
提问于2015-04-16
得票数 1
2
回答
使用
Boost
.
Lockfree
队列比
使用
互斥队列慢
、
、
、
、
直到现在,我还在我的项目中
使用
std
::
queue
。我测量了这个队列上的特定操作所需的平均时间。然后,我将
std
::
queue
“升级”为
boost
::
lockfree
::spsc_
queue
,这样就可以摆脱保护队列的互斥对象。要确定是否支持这些指令,
boost</em
浏览 3
提问于2017-04-21
得票数 61
回答已采纳
1
回答
在
boost
托管共享内存中创建具有运行时大小的
boost
::spsc队列
、
、
、
、
:interprocess::basic_
string
<char,
std
::char_traits<char>, char_alloc>; using ring_buffer_dynamic =
boost
::
lockfree
::spsc_
queue
<shared_
string
,
boost
::
lockfree
:
浏览 19
提问于2022-09-15
得票数 3
回答已采纳
1
回答
共享内存中
boost
::
lockfree
::
queue
的问题(
boost
1.53,gcc 4.7.2 / clang 3.0-6ubuntu3)
、
、
、
、
我在将
boost
::
lockfree
::
queue
<<T, fixed_sized<false>, ..>放入共享内存
时
遇到了问题。());m_
queue
->bounded_push(message);
boost
::
lockfree
::
queue
<MessageT> q;.... q.bounded_push(message)
浏览 1
提问于2013-02-15
得票数 9
回答已采纳
2
回答
boost
::
lockfree
::
queue
是不是c++11中没有锁的?
、
、
、
、
在这个
boost
::
lockfree
::
queue
示例中,我试图用
std
::
queue
代替当我查看
lockfree
::
queue
上的文档
时
,它在is_lock_free() 上这样说。
使用
c++0x风格的atomics,不可
浏览 2
提问于2013-03-10
得票数 9
回答已采纳
点击加载更多
扫码
添加站长 进交流群
领取专属
10元无门槛券
手把手带您无忧上云
相关
资讯
boost:asio中的buffer与streambuf简介
探索Flutter中线程模型/消息循环的底层逻辑
Socket网络编程之UDP客户端
如何把C/C++程序编译成实用的Python模块
C语言与C++语言混合编程的方法
热门
标签
更多标签
云服务器
ICP备案
对象存储
即时通信 IM
实时音视频
活动推荐
运营活动
广告
关闭
领券