MCPcopy Create free account
hub / github.com/danielaparker/jsoncons / decode_half

Class decode_half

include/jsoncons/utility/function_objects.hpp:33–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31};
32
33struct decode_half
34{
35 double operator()(uint16_t val) const
36 {
37 return binary::decode_half(val);
38 }
39};
40
41} // namespace jsoncons
42

Callers 1

operator()Method · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected