Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ObEngine/ObEngine
/ promote_float
Function
promote_float
extlibs/fmt/include/fmt/format.h:1217–1217 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1215
buffer<char>& buf);
1216
1217
template <typename T> T promote_float(T value) { return value; }
1218
inline double promote_float(float value) { return static_cast<double>(value); }
1219
1220
template <typename Handler>
Callers
1
write
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected