MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / convert

Function convert

Bcore/src/main/cpp/Dobby/tests/catch.hpp:7728–7730  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7726};
7727
7728template <typename T> auto convert(T t) -> Converter<T> {
7729 return Converter<T>(t);
7730}
7731
7732template <typename FP> bool almostEqualUlps(FP lhs, FP rhs, int maxUlpDiff) {
7733 // Comparison with NaN should always be false.

Callers 3

stringifyFunction · 0.85
catch.hppFile · 0.85
almostEqualUlpsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected