MCPcopy Create free account
hub / github.com/Profactor/cv-plot / table

Function table

CvPlot/ext/catch2/inc/catch.hpp:4009–4011  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4007
4008 template<typename... Ts>
4009 GeneratorWrapper<std::tuple<Ts...>> table( std::initializer_list<std::tuple<typename std::decay<Ts>::type...>> tuples ) {
4010 return values<std::tuple<Ts...>>( tuples );
4011 }
4012
4013 // Tag type to signal that a generator sequence should convert arguments to a specific type
4014 template <typename T>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected