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

Function convert

unittests/catch.hpp:7930–7932  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7928
7929template <typename T>
7930auto convert(T t) -> Converter<T> {
7931 return Converter<T>(t);
7932}
7933
7934template <typename FP>
7935bool almostEqualUlps(FP lhs, FP rhs, int maxUlpDiff) {

Callers 3

stringifyFunction · 0.85
catch.hppFile · 0.85
almostEqualUlpsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected