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

Function write_int64_value

include/jsoncons_ext/csv/csv_encoder.hpp:1386–1389  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1384 }
1385
1386 void write_int64_value(int64_t val, string_type& str)
1387 {
1388 jsoncons::from_integer(val,str);
1389 }
1390
1391 void write_uint64_value(uint64_t val, string_type& str)
1392 {

Callers 1

visit_int64Function · 0.70

Calls 1

from_integerFunction · 0.85

Tested by

no test coverage detected