mirror of
https://github.com/Mojang/bedrock-protocol-docs.git
synced 2024-11-23 13:56:11 +00:00
13 lines
586 B
Plaintext
13 lines
586 B
Plaintext
digraph "std::optional<unsigned int>" {
|
|
rankdir = LR
|
|
14
|
|
14 -> 15
|
|
15 -> 16
|
|
|
|
14 [label="std::optional<unsigned int>",comment="name: \"std::optional<unsigned int>\", typeName: \"\", id: 14, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
|
|
15 [label="Has Value",comment="name: \"Has Value\", typeName: \"\", id: 15, branchId: 0, recurseId: -1, attributes: 0, notes: \"If true, follow with appropriate data type, otherwise nothing\""];
|
|
16 [label="bool",comment="name: \"bool\", typeName: \"\", id: 16, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
|
|
{ rank = max;16}
|
|
|
|
}
|