List Question
10 TechQA 2015-06-14 09:35:37Object's container field is empty after move and erase
							97 views
							
								Asked by Jesse
								
							
						
					Return values for active objects
							1.8k views
							
								Asked by enkelwor
								
							
						
					std::push_heap and std::pop_heap with MoveConstructible objects
							736 views
							
								Asked by Arindam
								
							
						
					Releasing memory with std::move()?
							597 views
							
								Asked by CoffeDeveloper
								
							
						
					Does erasing a shared_ptr from a set deletes the managed object
							112 views
							
								Asked by Ozum Safa
								
							
						
					Confusion about copy constructor vs. move constructor being called when std::vector is resized
							95 views
							
								Asked by j00hi
								
							
						
					C++11 compilation errors with std::move and std::make_move_iterator
							1.8k views
							
								Asked by Sambatyon
								
							
						
					Why does std::is_nothrow_move_assignable depend on the presence of a destructor?
							264 views
							
								Asked by Marc Mutz - mmutz
								
							
						
					What happens to an object instance after applying std::move
							8k views
							
								Asked by Ozum Safa
								
							
						
					C++11 tuple with copy elision or move semantic
							767 views
							
								Asked by Huy Le