Wrap comment at 80 cols
This commit is contained in:
		
							parent
							
								
									b7bdd3a63d
								
							
						
					
					
						commit
						bbf83057e5
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -103,8 +103,8 @@ template <typename Type>
 | 
				
			||||||
constexpr char TypeTag<Type>::dummy_var;
 | 
					constexpr char TypeTag<Type>::dummy_var;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// FastTypeId<Type>() evaluates at compile/link-time to a unique pointer for the
 | 
					// FastTypeId<Type>() evaluates at compile/link-time to a unique pointer for the
 | 
				
			||||||
// passed in type. These are meant to be good match for keys into maps or straight
 | 
					// passed in type. These are meant to be good match for keys into maps or
 | 
				
			||||||
// up comparisons.
 | 
					// straight up comparisons.
 | 
				
			||||||
template<typename Type>
 | 
					template<typename Type>
 | 
				
			||||||
constexpr inline const void* FastTypeId() {
 | 
					constexpr inline const void* FastTypeId() {
 | 
				
			||||||
  return &TypeTag<Type>::dummy_var;
 | 
					  return &TypeTag<Type>::dummy_var;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue