blob: d0eb32b67241e255f711b990bb479c85d8006b7b [file] [log] [blame]
[TOC]
# fidl.test.vectors
## **STRUCTS**
### ExampleUseOfVectors {#ExampleUseOfVectors}
*Defined in [fidl.test.vectors/vectors.test.fidl](https://fuchsia.googlesource.com/fuchsia/+/master/zircon/tools/fidl/testdata/vectors.test.fidl#7)*
<table>
<tr><th>Name</th><th>Type</th><th>Description</th><th>Default</th></tr><tr id="ExampleUseOfVectors.vector_of_uint8">
<td><code>vector_of_uint8</code></td>
<td>
<code>vector&lt;uint8&gt;</code>
</td>
<td></td>
<td>No default</td>
</tr><tr id="ExampleUseOfVectors.vector_of_vector_of_bool">
<td><code>vector_of_vector_of_bool</code></td>
<td>
<code>vector&lt;vector&lt;bool&gt;&gt;</code>
</td>
<td></td>
<td>No default</td>
</tr>
</table>