MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / convert

Function convert

extlibs/catch/include/catch/catch.hpp:11071–11073  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11069
11070template <typename T>
11071auto convert(T t) -> Converter<T> {
11072 return Converter<T>(t);
11073}
11074
11075template <typename FP>
11076bool 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