mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-11-03 21:49:32 +01:00 
			
		
		
		
	Add documentation for the table generator helper
This commit is contained in:
		@@ -58,6 +58,7 @@ type, making their usage much nicer. These are
 | 
			
		||||
 | 
			
		||||
* `value(T&&)` for `ValueGenerator<T>`
 | 
			
		||||
* `values(std::initializer_list<T>)` for `ValuesGenerator<T>`
 | 
			
		||||
* `table<Ts...>(std::initializer_list<std::tuple<Ts...>>)` for `ValuesGenerator<std::tuple<Ts...>>`
 | 
			
		||||
* `filter(predicate, GeneratorWrapper<T>&&)` for `FilterGenerator<T, Predicate>`
 | 
			
		||||
* `take(count, GeneratorWrapper<T>&&)` for `TakeGenerator<T>`
 | 
			
		||||
* `repeat(repeats, GeneratorWrapper<T>&&)` for `RepeatGenerator<T>`
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user