Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
7929
template <typename T>
7930
auto convert(T t) -> Converter<T> {
7931
return Converter<T>(t);
7932
}
7933
7934
template <typename FP>
7935
bool almostEqualUlps(FP lhs, FP rhs, int maxUlpDiff) {
Callers
3
stringify
Function · 0.85
catch.hpp
File · 0.85
almostEqualUlps
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected