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

Function convert

tests/catch.hpp:9127–9129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9125
9126template <typename T>
9127auto convert(T t) -> Converter<T> {
9128 return Converter<T>(t);
9129}
9130
9131template <typename FP>
9132bool almostEqualUlps(FP lhs, FP rhs, int maxUlpDiff) {

Callers 4

stringifyFunction · 0.85
catch.hppFile · 0.85
almostEqualUlpsFunction · 0.85
convertMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected