struct KeyPart
Defined at line 89 of file ../../zircon/kernel/phys/lib/linux-boot-config/include/lib/linux-boot-config/linux-boot-config.h
Within a `NodePath` represents any key or key part defined.
In the example below:
```
foo.bar {
baz.fooz {
....
}
}
```
When visiting `foo.bar` the path, only contains one node with `[foo.bar]`.
When visiting `foo.bar.baz.fooz` the path contains two nodes `[foo.bar, baz.fooz]`.
Public Members
basic_string_view name