Record the specified info for the specified value if the attribute is required. Return 0 on success and a non-zero value otherwise.
Declared in <baljsn_decoder.h>
template<
class TYPE,
class INFO>
int
operator()(
TYPE* value,
INFO const& info);
0 on success, and a non-zero value otherwise
| Name | Description |
|---|---|
| value | sequence attribute value being visited |
| info | attribute information for value |