array overloads
Declared in <baljsn_encoder_testtypes.h>
Return a reference to the modifiable "Array" attribute of this object.
bsl::vector<int>&
array();
» more...
Return a reference offering non-modifiable access to the "Array" attribute of this object.
bsl::vector<int> const&
array() const;
» more...