MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/TriangleMeshDistance / table

Function table

tests/catch.hpp:3620–3622  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3618
3619 template<typename... Ts>
3620 GeneratorWrapper<std::tuple<Ts...>> table( std::initializer_list<std::tuple<typename std::decay<Ts>::type...>> tuples ) {
3621 return values<std::tuple<Ts...>>( tuples );
3622 }
3623
3624 // Tag type to signal that a generator sequence should convert arguments to a specific type
3625 template <typename T>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected