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

Method on_array_end

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

Source from the content-addressed store, hash-verified

128 {}
129
130 bool on_array_end( system::error_code& ec )
131 {
132 return parent_->signal_end(ec);
133 }
134};
135
136template< class D, class V, class P, error E >

Callers

nothing calls this directly

Calls 1

signal_endMethod · 0.45

Tested by

no test coverage detected