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