List Question
20 TechQA 2022-12-16T16:08:43.940000In a boost::noncopyable class, setting the move constructor "=default" does not compile?
289 views
Asked by rmsantos
Customized error message for deleted function use
94 views
Asked by Home of the Brave
Move an object containing a unique_ptr to vector
236 views
Asked by Thicc Theo
Replace const std::string passed by reference, with std::string_view
1.5k views
Asked by Zohar81
Error setting up unordered_map with non copying-able type with gcc 8.4
85 views
Asked by code_fodder
Copy/move elision with a check
66 views
Asked by Vahagn
How to determine the type of a lambda which captures a noncopyable parameter?
79 views
Asked by dgmz
Aggregate initialization of noncopyable base class
106 views
Asked by eudoxos
std::optional taking non-copyable?
1.4k views
Asked by darune
What are the limitations of using boost mapped_matrix with std::unique_ptr?
51 views
Asked by Don Pedro
Build a .cu file that uses boost
333 views
Asked by Cydouzo
Should Non-Copyable class have user conversion
52 views
Asked by Daniel Frederico Lins Leite
Initialize static std::map with non copyable value in a uniformed inline initialization
1k views
Asked by U. Bulle
Can copy constructors of containers be defined as deleted for non-copyable value types?
848 views
Asked by Daniel Langr
Placement new for non-copyable objects
84 views
Asked by visitor
How to have "factory function" return a non copyable object?
1.5k views
Asked by matovitch
Does private inheritance always mean "HAS-A"?
1.6k views
Asked by Eduard Rostomyan
How to create a vector with non-copyable and non-assignable objects?
1.5k views
Asked by user1159517
C++: working with multiple copies of std::cin?
85 views
Asked by Qqwy
Emplace a derived movable but noncopyable in a vector gives compilation error
446 views
Asked by N0vember