1
0
mirror of https://github.com/Mojang/bedrock-protocol-docs.git synced 2025-06-17 06:08:38 +00:00
Files
bedrock-protocol-docs/dot/std__optional_int_.dot
2025-04-08 15:04:44 -07:00

17 lines
835 B
Plaintext

digraph "std::optional<int>" {
rankdir = LR
28
28 -> 29
29 -> 30
28 -> 31
31 -> 32
28 [label="std::optional<int>",comment="name: \"std::optional<int>\", typeName: \"\", id: 28, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
29 [label="Has Value",comment="name: \"Has Value\", typeName: \"\", id: 29, branchId: 0, recurseId: -1, attributes: 0, notes: \"If true, follow with appropriate data type, otherwise nothing\""];
30 [label="bool",comment="name: \"bool\", typeName: \"\", id: 30, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
31 [label="Value",comment="name: \"Value\", typeName: \"int\", id: 31, branchId: 0, recurseId: -1, attributes: 256, notes: \"\""];
32 [label="int",comment="name: \"int\", typeName: \"\", id: 32, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
{ rank = max;30;32}
}