MCPcopy Create free account
hub / github.com/RenderKit/embree / convert

Function convert

tutorials/external/catch.hpp:9353–9355  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9351
9352template <typename T>
9353auto convert(T t) -> Converter<T> {
9354 return Converter<T>(t);
9355}
9356
9357template <typename FP>
9358bool almostEqualUlps(FP lhs, FP rhs, int maxUlpDiff) {

Callers 4

stringifyFunction · 0.70
catch.hppFile · 0.70
almostEqualUlpsFunction · 0.70
convertMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected