blob: 68c0ec45dfcd63ab20a5fa15f21b48fc8dfd3b94 [file] [log] [blame]
[TOC]
# fidl.test.vectors
## **STRUCTS**
### ExampleUseOfVectors {#ExampleUseOfVectors}
*Defined in [fidl.test.vectors/vectors.test.fidl](https://cs.opensource.google/fuchsia/fuchsia/+/master:tools/fidl/fidlc/testdata/vectors.test.fidl;l=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>