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

Method captureValues

tests/catch.hpp:2270–2272  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2268
2269 template<typename T>
2270 void captureValues( size_t index, T const& value ) {
2271 captureValue( index, Catch::Detail::stringify( value ) );
2272 }
2273
2274 template<typename T, typename... Ts>
2275 void captureValues( size_t index, T const& value, Ts const&... values ) {

Callers

nothing calls this directly

Calls 1

stringifyFunction · 0.85

Tested by

no test coverage detected