forked from qt-creator/qt-creator
		
	
		
			
	
	
		
			11 lines
		
	
	
		
			77 B
		
	
	
	
		
			C++
		
	
	
	
	
	
		
		
			
		
	
	
			11 lines
		
	
	
		
			77 B
		
	
	
	
		
			C++
		
	
	
	
	
	
| 
								 | 
							
								class X {
							 | 
						||
| 
								 | 
							
								    X(X&&) noexcept;
							 | 
						||
| 
								 | 
							
								};
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								X::X(X&&) = default;
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								int function()
							 | 
						||
| 
								 | 
							
								{
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								
							 |