MCPcopy Create free account
hub / github.com/boostorg/json / on_null

Method on_null

include/boost/json/detail/parse_into.hpp:1115–1120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1113 }
1114
1115 bool on_null(system::error_code& ec)
1116 {
1117 if( (array_depth_ + object_depth_) == 0 )
1118 return parent_->signal_value(ec);
1119 return true;
1120 }
1121};
1122
1123template<class V, class P>

Callers

nothing calls this directly

Calls 1

signal_valueMethod · 0.45

Tested by

no test coverage detected