| 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 | |
| 1123 | template<class V, class P> |
nothing calls this directly
no test coverage detected