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