开源使用者
标签
在并行for循环中使用std::Vector PUSH_BACK失败
2022-03-17 00:00:00
parallel-processing
thread-safety
vector
openmp
c++
如何在std::string和Aws::string之间进行转换?
2022-03-24 00:00:00
aws-sdk
c++
在读取EOF并清除后,STD::CIN不再读取
2022-03-09 00:00:00
buffer
eof
c++
cin
istream
使用std:Vector作为低级缓冲区
2022-03-07 00:00:00
language-lawyer
c++
stdvector
stl
undefined-behavior
如何在不复制和保留std::string对象的情况下获得C++std::string字符数据的所有权?
2022-03-09 00:00:00
string
buffer
iostream
c++
c++11
使用std::UNIQUE_PTR的私有析构函数的单例
2022-02-27 00:00:00
destructor
singleton
c++
c++11
unique-ptr
对两种不同类型的数值变量使用`std::max()`函数时,c++编译器为什么出错
2022-02-26 00:00:00
max
compiler-errors
c++
为什么std::Range::过滤_VIEW对象在查询其元素时必须是非常数?
2022-02-24 00:00:00
standards
constants
c++
c++20
std-ranges
C++17中std::unary_function的等效替代是什么?
2022-02-25 00:00:00
c++
stl
c++17
在具有并行执行策略的<;numeric>;中使用std::Reduce()中的BinaryOp
2022-02-25 00:00:00
multithreading
visual-c++
reduce
c++
c++17
为什么在std::Variant中禁止引用?
2022-02-25 00:00:00
c++
variant
boost
c++17
为什么通过值传递的数组上的std::size不起作用?
2022-02-25 00:00:00
arrays
pass-by-reference
c++
c++17
如何对自定义类的向量使用std::find()?
2022-02-21 00:00:00
find
vector
c++
使用+(一元加号)解决lambda的函数指针和std::function上的多义性重载
2022-02-21 00:00:00
lambda
overloading
c++
c++11
当涉及 std::function 或 lambda 函数时,C++11 不推断类型
2022-01-30 00:00:00
lambda
templates
c++
c++11
std::vector 比普通数组慢很多吗?
2022-01-31 00:00:00
arrays
performance
vector
c++
stl
什么是 std::move(),什么时候应该使用它?
2022-01-30 00:00:00
c++
c++11
move-semantics
c++-faq
stdmove
在 C++ 中使用数组或 std::vectors,性能差距是什么?
2022-01-30 00:00:00
arrays
vector
c++
如何找出一个项目是否存在于 std::vector 中?
2022-01-30 00:00:00
vector
c++
std
为什么我需要写“std::string"?但不是“std::getline()"?
2022-01-25 00:00:00
include
c++
std
«
1
2
3
4
5
6
7
8
9
10
»