1
0
mirror of https://github.com/Mojang/bedrock-protocol-docs.git synced 2025-02-24 00:25:58 +00:00
bedrock-protocol-docs/dot/std__optional_unsigned int_.dot
2024-07-17 13:35:22 -07:00

13 lines
578 B
Plaintext

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