1
0
mirror of https://github.com/Mojang/bedrock-protocol-docs.git synced 2025-07-05 18:33:01 +00:00
Files
bedrock-protocol-docs/dot/std__optional_bool_.dot
Oswaldo Leyva Barrientos 933599d224 Protocol version 622 for r/20_u7
2024-02-15 15:10:22 -08:00

13 lines
562 B
Plaintext

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