Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
9352
template <typename T>
9353
auto convert(T t) -> Converter<T> {
9354
return Converter<T>(t);
9355
}
9356
9357
template <typename FP>
9358
bool almostEqualUlps(FP lhs, FP rhs, int maxUlpDiff) {
Callers
4
stringify
Function · 0.70
catch.hpp
File · 0.70
almostEqualUlps
Function · 0.70
convert
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected