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

Function write_null_value

include/jsoncons_ext/csv/csv_encoder.hpp:1408–1411  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1406 }
1407
1408 void write_null_value(string_type& str)
1409 {
1410 str.append(null_literal().data(), null_literal().size());
1411 }
1412};
1413
1414using csv_stream_encoder = basic_csv_encoder<char>;

Callers 1

visit_nullFunction · 0.85

Calls 3

appendMethod · 0.45
dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected